[PR #1888] [MERGED] Feature: Adds arrow keys navigation on power search #3549

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1888
Author: @franciscoemanuel
Created: 10/19/2021
Status: Merged
Merged: 10/19/2021
Merged by: @liyasthomas

Base: mainHead: keyboard-navigation-on-power-search


📝 Commits (2)

  • 686d8e5 feat: adds arrow keys navigation on powersearch
  • d872e39 Merge branch 'main' into keyboard-navigation-on-power-search

📊 Changes

4 files changed (+107 additions, -3 deletions)

View changed files

📝 packages/hoppscotch-app/components/app/Fuse.vue (+28 -1)
📝 packages/hoppscotch-app/components/app/PowerSearch.vue (+19 -1)
📝 packages/hoppscotch-app/components/app/PowerSearchEntry.vue (+6 -1)
packages/hoppscotch-app/helpers/powerSearchNavigation.ts (+54 -0)

📄 Description

Resolves #1879


🔄 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/1888 **Author:** [@franciscoemanuel](https://github.com/franciscoemanuel) **Created:** 10/19/2021 **Status:** ✅ Merged **Merged:** 10/19/2021 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `keyboard-navigation-on-power-search` --- ### 📝 Commits (2) - [`686d8e5`](https://github.com/hoppscotch/hoppscotch/commit/686d8e5be732b8a42b8a0360bc15628ae463f001) feat: adds arrow keys navigation on powersearch - [`d872e39`](https://github.com/hoppscotch/hoppscotch/commit/d872e393f86f46c7ff60a0acb71445d703b3a075) Merge branch 'main' into keyboard-navigation-on-power-search ### 📊 Changes **4 files changed** (+107 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/components/app/Fuse.vue` (+28 -1) 📝 `packages/hoppscotch-app/components/app/PowerSearch.vue` (+19 -1) 📝 `packages/hoppscotch-app/components/app/PowerSearchEntry.vue` (+6 -1) ➕ `packages/hoppscotch-app/helpers/powerSearchNavigation.ts` (+54 -0) </details> ### 📄 Description Resolves #1879 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:09:13 +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#3549
No description provided.