[PR #3141] [MERGED] feat: auto-complete recent history entries in URL bar #4248

Closed
opened 2026-03-17 01:48:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3141
Author: @nivedin
Created: 6/14/2023
Status: Merged
Merged: 7/11/2023
Merged by: @AndrewBastin

Base: release/2023.8.0Head: feat/autocomplete-env-input


📝 Commits (10+)

  • 8ed5db9 feat: auto complete url from history
  • 9ee7a73 chore: minor ui update
  • 23d4a1f feat: close suggestion menu click outside
  • 8157ee6 fix: enter click send URL bug
  • 3de67df feat: scroll active el into view
  • 40dc309 chore: minor change
  • 6036720 feat: added extra key function
  • 86d43c0 chore: minor change
  • 84a49e6 chore: update style
  • d29ab10 chore: update style

📊 Changes

4 files changed (+244 additions, -16 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+1 -0)
📝 packages/hoppscotch-common/src/components/app/Shortcuts.vue (+1 -5)
📝 packages/hoppscotch-common/src/components/http/Request.vue (+12 -4)
📝 packages/hoppscotch-common/src/components/smart/EnvInput.vue (+230 -7)

📄 Description

Closes #3087
Closes HFE-66

auto-complete-url

Description

This PR adds the autocomplete feature to the SmartEnv component which helps in adding a autocomplete to the URL input bar where the latest 10 history entries are shown.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 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/3141 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 6/14/2023 **Status:** ✅ Merged **Merged:** 7/11/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.8.0` ← **Head:** `feat/autocomplete-env-input` --- ### 📝 Commits (10+) - [`8ed5db9`](https://github.com/hoppscotch/hoppscotch/commit/8ed5db938237107cbd98250e43ad7c688c7c624f) feat: auto complete url from history - [`9ee7a73`](https://github.com/hoppscotch/hoppscotch/commit/9ee7a73ebcffc84871c3d715d68806fb80199468) chore: minor ui update - [`23d4a1f`](https://github.com/hoppscotch/hoppscotch/commit/23d4a1ff017c4101612efffa2ba651f9f1a35f34) feat: close suggestion menu click outside - [`8157ee6`](https://github.com/hoppscotch/hoppscotch/commit/8157ee613daab03ca095c81361487034ec8c1ffe) fix: enter click send URL bug - [`3de67df`](https://github.com/hoppscotch/hoppscotch/commit/3de67df1bfee558f8ada4e081c1c6dec5ed79861) feat: scroll active el into view - [`40dc309`](https://github.com/hoppscotch/hoppscotch/commit/40dc309ca3f1f4173068c1eed6a20e0be8b52c6c) chore: minor change - [`6036720`](https://github.com/hoppscotch/hoppscotch/commit/60367207790d59bf0bacab1bcd11697a1ebe66af) feat: added extra key function - [`86d43c0`](https://github.com/hoppscotch/hoppscotch/commit/86d43c0404060e43f74851ada5d5cca22f093a63) chore: minor change - [`84a49e6`](https://github.com/hoppscotch/hoppscotch/commit/84a49e660bfabd103c575ab8445673abab9e9b2f) chore: update style - [`d29ab10`](https://github.com/hoppscotch/hoppscotch/commit/d29ab10f0ddab77daf5f84496607b519b0bf9783) chore: update style ### 📊 Changes **4 files changed** (+244 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+1 -0) 📝 `packages/hoppscotch-common/src/components/app/Shortcuts.vue` (+1 -5) 📝 `packages/hoppscotch-common/src/components/http/Request.vue` (+12 -4) 📝 `packages/hoppscotch-common/src/components/smart/EnvInput.vue` (+230 -7) </details> ### 📄 Description Closes #3087 Closes HFE-66 ![auto-complete-url](https://github.com/hoppscotch/hoppscotch/assets/10395817/6270a8ce-e561-47ff-91db-9bae11f99c28) ### Description This PR adds the autocomplete feature to the SmartEnv component which helps in adding a autocomplete to the URL input bar where the latest 10 history entries are shown. ### Checks - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:48:06 +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#4248
No description provided.