🎨 Palette: Accessibility sweep, search persistence, and interactive feedback - #31
🎨 Palette: Accessibility sweep, search persistence, and interactive feedback#31anaxifty wants to merge 1 commit into
Conversation
- Add ARIA labels to icon-only buttons and search inputs. - Ensure sidebar search filters persist during pinning/deleting. - Implement accessible empty states with aria-live for all searches. - Provide immediate inline feedback for copy-to-clipboard actions. - Clear sidebar search when starting a new conversation. Co-authored-by: anaxifty <[email protected]>
Deploying neuraldock with
|
| Latest commit: |
e57e2e7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8f036fc3.neural-dock.pages.dev |
| Branch Preview URL: | https://palette-ux-improvements-9139.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 UX Enhancement Suite
This PR implements a collection of micro-UX improvements focused on accessibility, interaction polish, and intuitive state management:
aria-labelto all icon-only buttons (Sidebar, Header, Chat, Canvas, and IDE) andaria-hidden="true"to their decorative SVGs. Search inputs now have descriptive labels for screen reader users.renderSidebarnow reads the current search value if not provided, preventing filter loss when pinning or deleting conversations.role="status"andaria-live="polite".aria-labelfor a high-confidence interaction.All changes are under 50 lines per module and follow existing design patterns. Verified via Playwright and manual inspection.
Critical learnings recorded in
.Jules/palette.md.PR created automatically by Jules for task 913974092693088900 started by @anaxifty