🎨 Palette: Accessible Forms and Password Toggle in V2 Signup#85
🎨 Palette: Accessible Forms and Password Toggle in V2 Signup#85
Conversation
This commit improves the micro-UX and accessibility of the V2 authentication flow: - Added password visibility toggle to V2Signup.jsx to match V2Login.jsx. - Properly associated labels with inputs using `id` and `htmlFor` in V2Signup.jsx and V2ForgotPassword.jsx. - Added `aria-hidden="true"` to decorative icons for better screen reader compatibility. - Updated Palette's journal with accessibility learnings. Verified with Playwright screenshots and full unit test suite. 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. |
I have implemented a micro-UX improvement by adding a password visibility toggle to the V2 Signup page and improving form accessibility across the V2 Signup and Forgot Password pages.
💡 What:
V2Signup.jsx.idandhtmlForacross authentication forms.aria-hidden="true".🎯 Why:
♿ Accessibility:
labelandinputassociation.aria-labelandtitlefor screen readers and mouse users.Verified visual changes with Playwright screenshots and ensured all existing tests pass.
PR created automatically by Jules for task 2914540938942252997 started by @godie