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).
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).