🎨 Palette: Improve accessibility of chat interface - #45
Conversation
Added `aria-label` to icon-only buttons and search inputs. Marked decorative SVGs with `aria-hidden="true"`. Improves screen reader accessibility for core application workflows. Co-authored-by: anaxifty <[email protected]>
Deploying neuraldock with
|
| Latest commit: |
94a3aa9
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://26ce5471.neural-dock.pages.dev |
| Branch Preview URL: | https://palette-a11y-chat-1110720815.neural-dock.pages.dev |
|
👋 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. |
🎨 Palette: Improve accessibility of chat interface
💡 What: Added
aria-labelto icon-only buttons and search inputs in the chat interface. Marked decorative SVGs witharia-hidden="true".🎯 Why: Improves screen reader accessibility for core application workflows (sending messages, searching conversations, toggling sidebar).
♿ Accessibility:
aria-labelto#chatSendBtn,#chatStopBtn,#attach-btn,#voice-input-btn.aria-labelto#sidebar-collapse-btnand#hamburger-btn.aria-labelto#sidebar-searchand#model-search.aria-hidden="true".aria-labelto#chatInput.The change is exactly 30 lines modified in
index.html.PR created automatically by Jules for task 11107208154406501772 started by @anaxifty