mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3255] [MERGED] feat: add spotlight definition #4303
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#4303
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/3255
Author: @anwarulislam
Created: 8/12/2023
Status: ✅ Merged
Merged: 8/21/2023
Merged by: @AndrewBastin
Base:
release/2023.8.0← Head:feat/spotlight-defination📝 Commits (10+)
2449ad7feat: miscellaneous defination addedf946e14feat: tab defination added72fc84efeat: general defination added686cc26feat: general searchere35d77bfeat: response definition added2d64843feat: request definition added29268e1feat: environment searcher addedecd1abefeat: environments definiation added27cc3befeat: environments definiation addedcda44a3feat: environments definiation added📊 Changes
23 files changed (+1633 additions, -25 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+60 -3)📝
packages/hoppscotch-common/src/components.d.ts(+10 -5)📝
packages/hoppscotch-common/src/components/app/ActionHandler.vue(+54 -1)📝
packages/hoppscotch-common/src/components/app/Header.vue(+16 -0)📝
packages/hoppscotch-common/src/components/app/Options.vue(+3 -9)➕
packages/hoppscotch-common/src/components/app/Social.vue(+135 -0)📝
packages/hoppscotch-common/src/components/app/spotlight/index.vue(+23 -0)📝
packages/hoppscotch-common/src/components/environments/index.vue(+5 -0)📝
packages/hoppscotch-common/src/components/environments/my/Environment.vue(+2 -0)📝
packages/hoppscotch-common/src/components/environments/teams/Environment.vue(+1 -1)📝
packages/hoppscotch-common/src/components/http/Request.vue(+7 -0)📝
packages/hoppscotch-common/src/components/http/RequestOptions.vue(+10 -3)📝
packages/hoppscotch-common/src/components/workspace/Selector.vue(+11 -0)📝
packages/hoppscotch-common/src/helpers/actions.ts(+21 -0)📝
packages/hoppscotch-common/src/pages/index.vue(+7 -0)➕
packages/hoppscotch-common/src/services/spotlight/searchers/environment.searcher.ts(+356 -0)➕
packages/hoppscotch-common/src/services/spotlight/searchers/general.searcher.ts(+114 -0)➕
packages/hoppscotch-common/src/services/spotlight/searchers/miscellaneous.searcher.ts(+69 -0)➕
packages/hoppscotch-common/src/services/spotlight/searchers/request.searcher.ts(+259 -0)➕
packages/hoppscotch-common/src/services/spotlight/searchers/response.searcher.ts(+101 -0)...and 3 more files
📄 Description
Closes HFE-117 HFE-119 HFE-120 HFE-122 HFE-124 HFE-126 HFE-128
Description
This PR aims to add Spotlight Definition for General, Request, Response, Environments, Miscellaneous, etc.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.