🎨 Palette: Enhance DrilldownNavigation accessibility and keyboard support#214
🎨 Palette: Enhance DrilldownNavigation accessibility and keyboard support#214aarjava wants to merge 1 commit into
Conversation
…port - Changed `.flex.items-center.gap-2.mb-4` container to semantic `<nav aria-label="Breadcrumb">` for proper landmark representation. - Added `aria-current="step"` dynamically to the active level breadcrumb button. - Added `aria-live="polite"` to the `.text-xs.text-neutral-500` region indicating step count, so changes are announced by screen readers. - Added `aria-hidden="true"` to purely decorative `ChevronRight` and `ChevronLeft` icons to reduce screen reader noise. - Applied `focus-visible` outline and ring utility classes for visible keyboard focus indication on all interactive `button` elements, ensuring full compliance with the keyboard navigability standards of the app's dark mode palette (`#0b101a` offset). - Kept changes small and unobtrusive in accordance with the Palette UX persona's design system boundaries. Co-authored-by: aarjava <218419324+aarjava@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. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
I have implemented the accessibility UX enhancements for the DrilldownNavigation component, meeting all of the requested standards for a high-impact, single micro-UX improvement.
<nav aria-label="Breadcrumb">wrapper.aria-current="step"to the currently active drilldown level within the breadcrumb list.aria-live="polite"into the step count region to provide audible feedback upon level transitions, and correctly hid decorative Chevron icons usingaria-hidden="true".focus-visibleoffset ring styles to all navigable buttons inside the drilldown hierarchy, matching the dark theme layout.Review completed, code validated, and UX ready.
PR created automatically by Jules for task 15650653572244741210 started by @aarjava