Skip to content

Command palette search does not highlight matched text #13

@fernandomenuk

Description

@fernandomenuk

Severity: Minor

Description

The command palette filters results correctly as the user types, but the matched substring is not visually highlighted in the results. This makes it harder to scan and confirm which results match the query.

Location

  • crates/wmux-app/frontend/command-palette.js:54-62 (render function)

Suggestion

Wrap matched substrings in a <mark> or <span> with a highlight style (e.g. the accent indigo color or bold text).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestuxUser experience issues

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions