🎨 Palette: Add keyboard shortcuts to session summary#98
Conversation
- Implemented Enter (New Session), i (Dashboard), and r (Review Errors) shortcuts. - Added visual hints [Enter], [i], [r] to button labels. - Enhanced ARIA labels and titles with shortcut information. - Added conflict prevention for Enter key when buttons are focused. - Added unit tests and updated Palette journal. Co-authored-by: godie <227743+godie@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 keyboard shortcuts to the V2SessionSummary page:
Enterfor "Nueva Sesión",ifor "Inicio", andrfor "Revisar Errores". Included visual hints in brackets within the button labels and updated ARIA labels/titles for better discoverability and accessibility.🎯 Why: Improves efficiency for power users during high-repetition study sessions and aligns with the UX patterns established in other V2 pages (Flashcards, Exam).
♿ Accessibility: Updated
aria-labelandtitleattributes with shortcut info. Added a check to preventEnterfrom triggering when a button is already focused to avoid conflicts with native browser behavior.✅ Verified: Added unit tests and verified with Playwright screenshots/video.
PR created automatically by Jules for task 710541425820305448 started by @godie