mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3245] [MERGED] spotlight: navigation searcher added #4304
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#4304
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/3245
Author: @anwarulislam
Created: 8/7/2023
Status: ✅ Merged
Merged: 8/12/2023
Merged by: @AndrewBastin
Base:
release/2023.8.0← Head:feat/spotlight-navigation📝 Commits (7)
5eea96cfeat: navigation searcher addedf3805d5feat: action handler defined for back and forwardfbbc149chore: fix commentsb2ee695chore: remove back and forward definition9b01a50chore: remove unused import0dfaba8chore: rename document entries without nav to simplify check28d5990chore: onDocSelected verifies passed ID📊 Changes
3 files changed (+112 additions, -200 deletions)
View changed files
📝
packages/hoppscotch-common/src/components.d.ts(+12 -200)📝
packages/hoppscotch-common/src/components/app/spotlight/index.vue(+2 -0)➕
packages/hoppscotch-common/src/services/spotlight/searchers/navigation.searcher.ts(+98 -0)📄 Description
Closes HFE-118
Description
🤖 Generated by Copilot at 8a556b0
Summary
🗺️🔦🚀
This pull request enhances the spotlight feature by adding a new service that allows users to search and navigate to different app routes. The service is implemented in
navigation.searcher.tsand integrated with the spotlight component inindex.vue.Walkthrough
NavigationSpotlightSearcherServiceclass fromnavigation.searcher.tsinindex.vue(link)useServicehook to register the service as a dependency inindex.vue(link)NavigationSpotlightSearcherServiceclass innavigation.searcher.ts(link)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.