🎨 Palette: Flashcard Keyboard Shortcuts & Accessibility Hints#93
Conversation
- Implement global keydown listener for Space/Enter (flip/rate) and 1-4 (SM-2 ratings) - Add visual hints [Espacio] and [1-4] to buttons for discoverability - Update aria-label and title attributes for improved accessibility - Add comprehensive unit tests for keyboard shortcut functionality - Ensure hook order prevents initialization ReferenceErrors 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. |
This PR introduces keyboard shortcuts and visual accessibility hints to the V2 Flashcard Study interface, significantly improving the user experience for repetitive study tasks.
Key Changes:
SpaceorEnter: Flips the card if it's on the front. If already flipped, it submits a "Bien" (Quality 4) rating.1,2,3, and4: Directly trigger the corresponding quality ratings (Otra vez, Difícil, Bien, Fácil) when the card is flipped.[Espacio],[3]) to button labels to aid shortcut discovery.titleandaria-labelattributes (e.g., "Atajo: 1. Calificar como Otra vez").useEffectafteruseCallback) to prevent initialization errors.V2FlashcardStudy.test.jsxverifying all shortcut paths.These small but impactful changes align with the "Palette" philosophy of adding delight and accessibility through micro-UX improvements.
PR created automatically by Jules for task 1633578750280856672 started by @godie