[PR #189] [CLOSED] feat: fast url entry #2467

Closed
opened 2026-03-17 00:10:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/189
Author: @terranblake
Created: 10/8/2019
Status: Closed

Base: masterHead: terranblake/fast-url-entry


📝 Commits (10+)

  • f412816 update parameters while typing
  • 0e2a185 move permalink and show code buttons to bottom row
  • cb22298 fix flex width of method and send buttons to be contained
  • 9cb2d47 remove duplicate query string from final request
  • f4c28ff fix broken test to exclude #path field
  • acbc645 Merge remote-tracking branch 'upstream/master' into terranblake/fast-url-entry
  • cf7cd91 fix broken bodyParams and simplify params updating
  • 4c8b59c fix broken queryParams logic and handle errors correctly
  • 764a4b8 rename parameter list to more descriptive names
  • 906cbdc include search in path and rebuild history correctly

📊 Changes

3 files changed (+93 additions, -78 deletions)

View changed files

📝 assets/css/styles.scss (+11 -0)
📝 pages/index.vue (+57 -77)
📝 tests/e2e/integration/feature.url-queries.spec.js (+25 -1)

📄 Description

This attempts to resolve the feature request described in the Fast Url Entry issue. This was accomplished by removing the UI references to path, moving fields to allow for more URL space and by updating the 1 failing test to exclude the path field

  • Remove reference to path in ui
  • Inject query parameters on URL field change
  • Move Permalink button to bottom row
  • Move Show Code button to bottom row

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/189 **Author:** [@terranblake](https://github.com/terranblake) **Created:** 10/8/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `terranblake/fast-url-entry` --- ### 📝 Commits (10+) - [`f412816`](https://github.com/hoppscotch/hoppscotch/commit/f412816a85d27a776d73721d525de47e88418946) update parameters while typing - [`0e2a185`](https://github.com/hoppscotch/hoppscotch/commit/0e2a185223b89be9fafef102092891de601251ad) move permalink and show code buttons to bottom row - [`cb22298`](https://github.com/hoppscotch/hoppscotch/commit/cb22298cd493e5659323be798d0e62e8584758e9) fix flex width of method and send buttons to be contained - [`9cb2d47`](https://github.com/hoppscotch/hoppscotch/commit/9cb2d4701bf7e673570a749920b7bf51bee58cc9) remove duplicate query string from final request - [`f4c28ff`](https://github.com/hoppscotch/hoppscotch/commit/f4c28ffa2df406d6a726579420ba88c30d512e5f) fix broken test to exclude #path field - [`acbc645`](https://github.com/hoppscotch/hoppscotch/commit/acbc645cf2b5e7c97ebddc5e873fca1687a34202) Merge remote-tracking branch 'upstream/master' into terranblake/fast-url-entry - [`cf7cd91`](https://github.com/hoppscotch/hoppscotch/commit/cf7cd91c215a94ea7a74e8f4e6102a996770802b) fix broken bodyParams and simplify params updating - [`4c8b59c`](https://github.com/hoppscotch/hoppscotch/commit/4c8b59cbfa106cd95c523c38c3a209e1dafce0a7) fix broken queryParams logic and handle errors correctly - [`764a4b8`](https://github.com/hoppscotch/hoppscotch/commit/764a4b88f4c7c5bec42b5205a6db08c59884e5da) rename parameter list to more descriptive names - [`906cbdc`](https://github.com/hoppscotch/hoppscotch/commit/906cbdceaaa0d274ea949ab741bba1705b142106) include search in path and rebuild history correctly ### 📊 Changes **3 files changed** (+93 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `assets/css/styles.scss` (+11 -0) 📝 `pages/index.vue` (+57 -77) 📝 `tests/e2e/integration/feature.url-queries.spec.js` (+25 -1) </details> ### 📄 Description This attempts to resolve the feature request described in the [Fast Url Entry](https://github.com/liyasthomas/postwoman/issues/62) issue. This was accomplished by removing the UI references to path, moving fields to allow for more URL space and by updating the 1 failing test to exclude the path field * [x] Remove reference to path in ui * [x] Inject query parameters on URL field change * [x] Move `Permalink` button to bottom row * [x] Move `Show Code` button to bottom row --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:10:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2467
No description provided.