feat(ux): enhance form accessibility and required indicators#147
feat(ux): enhance form accessibility and required indicators#147myarichuk wants to merge 1 commit into
Conversation
- Added visual and programmatic required indicators (`*` and `aria-required`) to Login and Register forms - Added missing `aria-label` to the search input in the Players view - Adjusted empty state typography in Players view for better readability Co-authored-by: myarichuk <1473701+myarichuk@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. |
🎨 Palette: Enhance Auth Forms and Search Input UX
💡 What:
*) wrapped in anaria-hiddenspan to all required form labels in the Login and Register pages.aria-required="true"to the correspondingInputTextfields in Login and Register.aria-label="Search players or characters"to the search input in the Players view.text-tertiaryclass to the empty state description text in the Players view for better typographic hierarchy.🎯 Why:
*) to quickly scan forms.aria-labelfor screen reader accessibility.♿ Accessibility:
PR created automatically by Jules for task 6052693854942678043 started by @myarichuk