Skip to content

[FE-40] Implement command palette (Ctrl+K) for quick navigation #707

@yusuftomilola

Description

@yusuftomilola

Overview

Implement a command palette for quick navigation and asset search inside frontend/contrib/.

Location

All work must be inside frontend/contrib/components/ui/.

Acceptance Criteria

  • Opens on Ctrl+K (Windows/Linux) / Cmd+K (Mac)
  • Modal with a search input at the top
  • Default items: quick navigation links (Dashboard, Assets, Reports, Settings, Users)
  • When user types, calls GET /assets?search=<query> and shows matching asset results
  • Keyboard navigable: arrow keys move selection, Enter navigates
  • ESC or click outside closes the palette
  • Shortcut registered globally in root layout

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions