[PR #3299] [MERGED] fix: spotlight actions on graphql #4332

Closed
opened 2026-03-17 01:52:44 +03:00 by kerem · 0 comments
Owner

📋 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.0Head: fix/gql-spotlight


📝 Commits (6)

  • 6fc105c fix: spotlight actions for graphql
  • a071772 fix: environment actions
  • c42a51b fix: gql rename request
  • 4b8b1d8 fix: graphql spotlight actions
  • db5ce40 fix: tab shortcuts not working properly
  • c2d5d2c fix: 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

  • Not Completed
  • Completed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/3299 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 8/28/2023 **Status:** ✅ Merged **Merged:** 8/28/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.8.0` ← **Head:** `fix/gql-spotlight` --- ### 📝 Commits (6) - [`6fc105c`](https://github.com/hoppscotch/hoppscotch/commit/6fc105c207524434cbae23faadee0dd030da195f) fix: spotlight actions for graphql - [`a071772`](https://github.com/hoppscotch/hoppscotch/commit/a0717722c21f4dfe305a3ffb95ab37efedbc2a6e) fix: environment actions - [`c42a51b`](https://github.com/hoppscotch/hoppscotch/commit/c42a51b2d40a986b59738852ed56e0f2c76114ae) fix: gql rename request - [`4b8b1d8`](https://github.com/hoppscotch/hoppscotch/commit/4b8b1d8f8980112ffeda98b41b66a245e3cb1479) fix: graphql spotlight actions - [`db5ce40`](https://github.com/hoppscotch/hoppscotch/commit/db5ce401643f56fbb10ef553d1d6467c01fcd0af) fix: tab shortcuts not working properly - [`c2d5d2c`](https://github.com/hoppscotch/hoppscotch/commit/c2d5d2cbb2049f4d8316972cccd238b9a29a1614) fix: only show download and copy response when there is a response ### 📊 Changes **12 files changed** (+240 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Closes HFE-172 HFE-173 HFE-161 ### Description This PR fixes the issue of spotlight actions on GraphQL and Environment - [ ] Not Completed - [x] Completed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:52:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4332
No description provided.