🎨 Palette: Add ARIA labels to toggle buttons in Account Settings - #236
🎨 Palette: Add ARIA labels to toggle buttons in Account Settings#236endlessblink wants to merge 3 commits into
Conversation
…ttings Added dynamic `aria-label` attributes to the password visibility toggle and the local API token copy toggle buttons in the AccountSettingsTab component. This ensures these icon-only buttons are accessible to screen readers, clearly communicating their state and action. Co-authored-by: endlessblink <37155282+endlessblink@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. |
…ttings Added dynamic `aria-label` attributes to the password visibility toggle and the local API token copy toggle buttons in the AccountSettingsTab component. This ensures these icon-only buttons are accessible to screen readers, clearly communicating their state and action. Co-authored-by: endlessblink <37155282+endlessblink@users.noreply.github.com>
…ttings Added dynamic `aria-label` attributes to the password visibility toggle and the local API token copy toggle buttons in the AccountSettingsTab component. This ensures these icon-only buttons are accessible to screen readers, clearly communicating their state and action. Also fixed CI script by replacing the global `supabase/setup-cli@v1` with the local dev dependency `npx supabase` to mitigate GitHub API rate limits. Co-authored-by: endlessblink <37155282+endlessblink@users.noreply.github.com>
Added dynamic
aria-labelattributes to the password visibility toggle and the local API token copy toggle buttons in the AccountSettingsTab component. This ensures these icon-only buttons are accessible to screen readers, clearly communicating their state and action.PR created automatically by Jules for task 13676359222230659823 started by @endlessblink