[WEB-4197] chore: auth forms semantics and accessibility#7128
[WEB-4197] chore: auth forms semantics and accessibility#7128sriramveeraghanta merged 1 commit intopreviewfrom
Conversation
WalkthroughThis change adds a new "auth_forms" section with five accessibility label strings to the "aria_labels" object in all supported locale JSON files. It also refactors several authentication-related React components to improve semantic HTML, accessibility, and internationalization, such as replacing clickable icons with accessible buttons and updating ARIA labels. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant AuthForm
participant I18n
participant ScreenReader
User->>AuthForm: Interacts with auth controls (clear, show/hide password, close alert/popover)
AuthForm->>I18n: Requests localized ARIA labels for controls
I18n-->>AuthForm: Returns localized strings from "auth_forms"
AuthForm->>ScreenReader: Provides ARIA labels on buttons
ScreenReader-->>User: Announces accessible labels/actions
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (27)
🧰 Additional context used🧬 Code Graph Analysis (6)web/core/components/account/auth-forms/email.tsx (1)
web/core/components/account/auth-forms/auth-header.tsx (1)
web/core/components/account/auth-forms/unique-code.tsx (1)
web/core/components/account/auth-forms/password.tsx (1)
web/core/components/account/auth-forms/auth-banner.tsx (2)
web/core/components/account/auth-forms/forgot-password-popover.tsx (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (42)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Pull Request Linked with Plane Work Items
Comment Automatically Generated by Plane |
Description
This PR includes accessibility and semantic improvements for auth forms-
Type of Change
Summary by CodeRabbit
New Features
Accessibility
Style
Refactor