Skip to content

Conversation

@albertoivo
Copy link
Owner

Improved accessibility of authentication pages by adding ARIA roles to alert messages and tooltips to the password visibility toggle.

Changes:

  • src/pages/LoginPage.tsx: Added role="alert"/role="status" to feedback messages.
  • src/pages/RegisterPage.tsx: Added role="alert" to error messages.
  • src/components/common/PasswordInput.tsx: Added title attribute to the toggle button.

Why:

  • Users relying on screen readers were not immediately notified of login/registration errors.
  • Sighted users did not have a tooltip indicating the function of the eye icon.

PR created automatically by Jules for task 6287345618677779155 started by @albertoivo

- Added `role="alert"` to error and warning messages in Login and Register pages for immediate screen reader announcements.
- Added `role="status"` to success messages in Login page.
- Added `title` attribute to the password visibility toggle button in `PasswordInput` to provide a tooltip for mouse users.

These changes prevent "silent failures" for screen reader users during authentication and improve usability for sighted users.

Co-authored-by: albertoivo <1276520+albertoivo@users.noreply.github.com>
@google-labs-jules
Copy link
Contributor

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@github-actions
Copy link

Visit the preview URL for this PR (updated for commit 873cfe9):

https://pyexplorer-cd32d--pr145-palette-auth-accessi-3e8cywpt.web.app

(expires Wed, 04 Feb 2026 06:38:53 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 916b4905e0cdc420f3368c8eb19b2f2e90c3be61

@albertoivo albertoivo merged commit 4dedfb3 into main Jan 28, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants