mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3141] [MERGED] feat: auto-complete recent history entries in URL bar #4248
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4248
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.0← Head:feat/autocomplete-env-input📝 Commits (10+)
8ed5db9feat: auto complete url from history9ee7a73chore: minor ui update23d4a1ffeat: close suggestion menu click outside8157ee6fix: enter click send URL bug3de67dffeat: scroll active el into view40dc309chore: minor change6036720feat: added extra key function86d43c0chore: minor change84a49e6chore: update styled29ab10chore: 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
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.