[PR #3271] [MERGED] Spotlight Issue Fixes #4311

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3271
Author: @anwarulislam
Created: 8/22/2023
Status: Merged
Merged: 8/22/2023
Merged by: @AndrewBastin

Base: release/2023.8.0Head: fix/spotlight-triages


📝 Commits (8)

  • 4829bc3 chore: workspace create new team
  • bcd67bb chore: rename close other tabs
  • d8a9a77 chore: workspace no permission
  • fdc6ef7 chore: selected environment
  • f7a9c18 fix: rename to generate code snippet
  • 48daedb fix: smartinput does not submit when the enter key press is a repeat
  • c0299c6 chore: remove setTimeout
  • 027ae43 chore: remove console log

📊 Changes

7 files changed (+40 additions, -21 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+2 -2)
📝 packages/hoppscotch-common/src/components/app/Header.vue (+11 -6)
📝 packages/hoppscotch-common/src/pages/index.vue (+1 -6)
📝 packages/hoppscotch-common/src/services/spotlight/searchers/environment.searcher.ts (+3 -1)
📝 packages/hoppscotch-common/src/services/spotlight/searchers/tab.searcher.ts (+2 -2)
📝 packages/hoppscotch-common/src/services/spotlight/searchers/workspace.searcher.ts (+10 -1)
📝 packages/hoppscotch-ui/src/components/smart/Input.vue (+11 -3)

📄 Description

Description

This PR aims to fix spotlight issues and improve its experience

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

Additional Information


🔄 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/3271 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 8/22/2023 **Status:** ✅ Merged **Merged:** 8/22/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.8.0` ← **Head:** `fix/spotlight-triages` --- ### 📝 Commits (8) - [`4829bc3`](https://github.com/hoppscotch/hoppscotch/commit/4829bc35a235d9a56a4f17059adfea77fb5f6120) chore: workspace create new team - [`bcd67bb`](https://github.com/hoppscotch/hoppscotch/commit/bcd67bb56c6da3e6e2989172dfade5dcaad00592) chore: rename close other tabs - [`d8a9a77`](https://github.com/hoppscotch/hoppscotch/commit/d8a9a775e75858e5ae4b1f7ac524b7bceef80997) chore: workspace no permission - [`fdc6ef7`](https://github.com/hoppscotch/hoppscotch/commit/fdc6ef7b0b246b77da967de9fa0cc0a1e1eb0a9d) chore: selected environment - [`f7a9c18`](https://github.com/hoppscotch/hoppscotch/commit/f7a9c186907c46f3d8bb76a96b5596da209184ac) fix: rename to generate code snippet - [`48daedb`](https://github.com/hoppscotch/hoppscotch/commit/48daedb29b65b022ed53eec3a31cb53f4c3d7fd9) fix: smartinput does not submit when the enter key press is a repeat - [`c0299c6`](https://github.com/hoppscotch/hoppscotch/commit/c0299c6f849da55dca6f6af501db5c87448e8416) chore: remove setTimeout - [`027ae43`](https://github.com/hoppscotch/hoppscotch/commit/027ae4377406f18e9cc647f4bbb233fe2a9d5041) chore: remove console log ### 📊 Changes **7 files changed** (+40 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+2 -2) 📝 `packages/hoppscotch-common/src/components/app/Header.vue` (+11 -6) 📝 `packages/hoppscotch-common/src/pages/index.vue` (+1 -6) 📝 `packages/hoppscotch-common/src/services/spotlight/searchers/environment.searcher.ts` (+3 -1) 📝 `packages/hoppscotch-common/src/services/spotlight/searchers/tab.searcher.ts` (+2 -2) 📝 `packages/hoppscotch-common/src/services/spotlight/searchers/workspace.searcher.ts` (+10 -1) 📝 `packages/hoppscotch-ui/src/components/smart/Input.vue` (+11 -3) </details> ### 📄 Description ### Description This PR aims to fix spotlight issues and improve its experience <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [ ] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [ ] All the tests have passed ### Additional Information <!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behaviour, etc. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:51:39 +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#4311
No description provided.