🎨 Palette: Add context-aware ARIA labels to icon-only buttons on dashboard#12
🎨 Palette: Add context-aware ARIA labels to icon-only buttons on dashboard#12vireapp wants to merge 1 commit into
Conversation
💡 What: Added context-aware `aria-label` attributes to the icon-only buttons in `CommunityCard` and `FriendsCard` components. Added `.Jules/palette.md` to track this accessibility learning. 🎯 Why: Screen reader users cannot see the "ArrowUpRight" or "MessageSquare" icons and previously heard nothing or unhelpful generic text when focused on these buttons. ♿ Accessibility: The buttons are now properly described to assistive technologies, using dynamic context (e.g. "Message username") where available. Co-authored-by: vireapp <260846454+vireapp@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. |
Added context-aware
aria-labelattributes to the icon-only buttons in the Dashboard community and friends cards to improve accessibility for screen readers. Created.Jules/palette.mdto document this critical learning pattern.PR created automatically by Jules for task 75238223507633667 started by @vireapp