Files
music_library/backlog/completed/ml-108 - Support-universal-search-navigation-via-keyboard.md
2026-05-04 21:22:27 +01:00

780 B

id, title, status, assignee, created_date, labels, dependencies, references, priority
id title status assignee created_date labels dependencies references priority
ML-108 Support universal search navigation via keyboard Done
2026-04-20 08:59
https://github.com/cloud8421/music_library/issues/58
medium

Description

GitHub: created 2025-11-01 · updated 2025-11-09 · closed 2025-11-09

The universal search modal cannot be navigated by keyboard only. It should support:

  • Pressing down to navigate from the search input to the first result
  • Navigating results with up and down keys
  • Pressing enter to open a result
  • When pressing down on the last result, go back to the search input

Should be implemented as a hook for the Universal Search component.