[PR #3324] [MERGED] fix: unusual behavior while scrolling through spotlight entries #4344

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3324
Author: @anwarulislam
Created: 9/6/2023
Status: Merged
Merged: 9/12/2023
Merged by: @AndrewBastin

Base: release/2023.8.1Head: fix/spotlight-scroll-issue


📝 Commits (3)

📊 Changes

2 files changed (+26 additions, -6 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/app/spotlight/Entry.vue (+7 -5)
📝 packages/hoppscotch-common/src/components/app/spotlight/index.vue (+19 -1)

📄 Description

Description

When we scroll through spotlight entries there is an unusual behavior caused by mouse cursor position. This PR fixes the issue.

https://github.com/hoppscotch/hoppscotch/assets/26295990/84593051-567f-4c38-8444-6c6990e0c08f

  • Not Completed
  • Completed

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

🔄 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/3324 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 9/6/2023 **Status:** ✅ Merged **Merged:** 9/12/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.8.1` ← **Head:** `fix/spotlight-scroll-issue` --- ### 📝 Commits (3) - [`c831de4`](https://github.com/hoppscotch/hoppscotch/commit/c831de4c6a9600b90f4ea7edcdc99e5bcea77f24) fix: spotlight scroll issue - [`6f38d43`](https://github.com/hoppscotch/hoppscotch/commit/6f38d4371c5359eb74ff1aa5eaee27d0e46c04a2) fix: entry hidden issue - [`377616a`](https://github.com/hoppscotch/hoppscotch/commit/377616a60f843032d78fc7cbab89cd673d9d5981) chore: back to loop mode ### 📊 Changes **2 files changed** (+26 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/app/spotlight/Entry.vue` (+7 -5) 📝 `packages/hoppscotch-common/src/components/app/spotlight/index.vue` (+19 -1) </details> ### 📄 Description ### Description When we scroll through spotlight entries there is an unusual behavior caused by mouse cursor position. This PR fixes the issue. https://github.com/hoppscotch/hoppscotch/assets/26295990/84593051-567f-4c38-8444-6c6990e0c08f <!-- 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 - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:53:17 +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#4344
No description provided.