mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3299] [MERGED] fix: spotlight actions on graphql #4332
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#4332
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/3299
Author: @anwarulislam
Created: 8/28/2023
Status: ✅ Merged
Merged: 8/28/2023
Merged by: @AndrewBastin
Base:
release/2023.8.0← Head:fix/gql-spotlight📝 Commits (6)
6fc105cfix: spotlight actions for graphqla071772fix: environment actionsc42a51bfix: gql rename request4b8b1d8fix: graphql spotlight actionsdb5ce40fix: tab shortcuts not working properlyc2d5d2cfix: only show download and copy response when there is a response📊 Changes
12 files changed (+240 additions, -108 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+7 -1)📝
packages/hoppscotch-common/src/components/graphql/Request.vue(+9 -0)📝
packages/hoppscotch-common/src/components/graphql/RequestOptions.vue(+6 -2)📝
packages/hoppscotch-common/src/components/graphql/Response.vue(+9 -3)📝
packages/hoppscotch-common/src/components/http/RequestOptions.vue(+1 -1)📝
packages/hoppscotch-common/src/helpers/actions.ts(+22 -6)📝
packages/hoppscotch-common/src/pages/graphql.vue(+25 -7)📝
packages/hoppscotch-common/src/pages/index.vue(+10 -3)📝
packages/hoppscotch-common/src/services/spotlight/searchers/environment.searcher.ts(+56 -11)📝
packages/hoppscotch-common/src/services/spotlight/searchers/request.searcher.ts(+63 -28)📝
packages/hoppscotch-common/src/services/spotlight/searchers/response.searcher.ts(+5 -19)📝
packages/hoppscotch-common/src/services/spotlight/searchers/tab.searcher.ts(+27 -27)📄 Description
Closes HFE-172 HFE-173 HFE-161
Description
This PR fixes the issue of spotlight actions on GraphQL and Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.