π¨ Palette: UX Accessibility Improvements#106
Conversation
- Added an accessible "clear filter" button (Γ) to search inputs in BlogApp and ProjectsApp.
- Replaced the intrusive `aria-live="polite"` span in the Taskbar clock with a semantic `<time dateTime={...}>` element.
- Added a new journal entry to `.Jules/palette.md` to document the learning related to `aria-live` on frequently updating components.
Co-authored-by: schmug <38227427+schmug@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. |
|
Superseded by #127 (merged to main), which consolidated the best of the duplicate Bolt/Sentinel/Palette scheduled-agent PRs into one reviewed change. Closing as duplicate. |
Palette UX Improvements π¨
As Palette, this PR introduces the following targeted micro-UX improvements to the application:
ProjectsAppandBlogAppnow feature an accessible "clear" button that appears contextually when text is entered. This prevents users from having to rapidly backspace long queries and cleanly refocuses the input after being pressed.aria-live="polite"attribute on theTaskbarclock with a semantic<time dateTime={...}>element. Previously, screen reader users were heavily disrupted by minute-by-minute announcements while browsing the OS..Jules/palette.mdto establish the constraint of not usingaria-liveon continuously updating clock components within this codebase.PR created automatically by Jules for task 656095093966310790 started by @schmug