🎨 Palette: [UX improvement] Add keyboard shortcut hint to search bar#16
🎨 Palette: [UX improvement] Add keyboard shortcut hint to search bar#16jspann21 wants to merge 1 commit into
Conversation
Adds a visual hint (⌘F on Mac, Ctrl F elsewhere) inside the library search bar to improve discoverability of the existing hotkey. The hint disappears when the user types a query. Co-authored-by: jspann21 <179991454+jspann21@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
💡 What: Added a dynamic keyboard shortcut hint (
⌘Fon Mac,Ctrl Fon Windows/Linux) inside the right side of the main library search bar.🎯 Why: The application already supported
Ctrl F/⌘Fto focus the search bar, but it lacked visual discoverability. This small enhancement teaches users the shortcut without adding clutter.📸 Before/After: See the verification screenshot which demonstrates the new shortcut hint badge before any text is entered.
♿ Accessibility: Increases the discoverability of keyboard navigation, which benefits power users and users who prefer or require keyboard interaction. The hint is purely visual (
pointer-events-none) and doesn't interfere with thearia-labelor tab order.PR created automatically by Jules for task 12135871452084416007 started by @jspann21