🎨 Palette: Changelog Search Empty State & Accessibility Fix#47
Conversation
- Added a localized empty state ("No results found") for the changelog search and filter functionality.
- Reused the `reworking-container` visual pattern for consistency with other site elements.
- Improved accessibility of the search input by removing the keyboard shortcut hint from the `aria-label` while retaining it in the `placeholder`.
- Linked `reworking.css` to `changelog.html` to support empty state animations.
- Updated `site.json` with new localization keys for English and Russian.
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. |
🎨 Palette: Changelog Search UX & Accessibility Enhancement
💡 What:
Implemented a dedicated empty state for the Changelog page that triggers when search queries or filters yield no results. Additionally, refined the search input's accessibility attributes.
🎯 Why:
aria-labelincluded the visual hint(/), which caused screen readers to announce "slash" at the end of the field description. This has been moved exclusively to the placeholder.♿ Accessibility:
aria-live="polite"to the empty state container to ensure screen reader users are notified when filters result in an empty list.aria-labelto "Search changelog..." for cleaner auditory feedback.📸 Verification:
Verified using Playwright tests for both English and Russian locales. Confirmed the empty state visibility and the correctness of accessibility labels.
PR created automatically by Jules for task 5988502960836019263 started by @MilakyS