🎨 Palette: Add empty state to Changelog and improve search accessibility#42
🎨 Palette: Add empty state to Changelog and improve search accessibility#42MilakyS wants to merge 1 commit into
Conversation
- Implemented a localized empty state ("No changes found") that appears when search or filters return zero results on the Changelog page.
- Separated keyboard shortcut hints from the `aria-label` in the changelog search input to improve screen reader clarity.
- Reused the existing `reworking-container` component for consistent visual design.
- Added necessary i18n keys for English and Russian.
- Updated `changelog.html` to include `reworking.css`.
- Added small layout polish for the empty state in `changelog.css`.
Co-authored-by: MilakyS <155958485+MilakyS@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. |
✅ Deploy Preview for melodious-queijadas-3cc817 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
💡 What:
Implemented a localized empty state for the Changelog page search/filters and improved the accessibility of the search input.
🎯 Why:
The Changelog page lacked visual feedback when no results were found, which could make the page appear broken to users. Additionally, including keyboard shortcut hints (like
(/)) in thearia-labelcreates a sub-optimal experience for screen reader users who hear the hint as part of the element's name.📸 Before/After:
♿ Accessibility:
aria-live="polite"to the empty state container to notify assistive technologies when results are filtered out.(/)hint fromaria-labeltoplaceholderonly, ensuring screen readers announce the input correctly while keeping the visual hint for sighted users.PR created automatically by Jules for task 14037351488293545347 started by @MilakyS