mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3244] [MERGED] spotlight: settings based actions added #4300
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#4300
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/3244
Author: @anwarulislam
Created: 8/7/2023
Status: ✅ Merged
Merged: 8/17/2023
Merged by: @AndrewBastin
Base:
release/2023.8.0← Head:feat/settings-searcher📝 Commits (10+)
48a73a4feat: added settings searcher2b14d85feat: increaes and decrease font size485042cfeat: change theme searcher addede5a39fffeat: navigation for settings page addedbaf216dfeat: install extension70e03f6chore: fix typobae1eccchore: update font size actions49a4193chore: better suggestions for spotlightaa7d747chore: rebase to release brancha1e6a2cchore: i18n update📊 Changes
5 files changed (+842 additions, -55 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+28 -6)📝
packages/hoppscotch-common/src/components.d.ts(+2 -0)📝
packages/hoppscotch-common/src/components/app/spotlight/index.vue(+2 -0)➕
packages/hoppscotch-common/src/services/spotlight/searchers/settings.searcher.ts(+215 -0)📝
pnpm-lock.yaml(+595 -49)📄 Description
Closes HFE-127
Description
🤖 Generated by Copilot at 47ab490
Summary
🎨🔍🌐
This pull request adds a new feature to the app: the ability to search and perform settings-related actions from the spotlight. It updates the English locale file, the
spotlight/index.vuecomponent, and some dependencies to support this feature. It also adds a new service classSettingsSpotlightSearcherServicethat provides the settings search logic and results.Walkthrough
@iconify-json/lucidedependency inpackage.jsonandpnpm-lock.yamlfiles (link, link, link)SettingsSpotlightSearcherServiceinspotlightcomponent (link, link)SettingsSpotlightSearcherServiceclass insettings.searcher.tsfile (link)@intlifydependencies inpnpm-lock.yamlfile (link, link, link, link, link, link, link)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.