🎨 Palette: Add Changelog empty state and improve decorative canvas accessibility#46
Conversation
…cessibility This change introduces a localized empty state for the Changelog search and filter UI, ensuring users receive clear feedback when no results match their criteria. It utilizes the existing `.reworking-container` design pattern for visual consistency. Additionally, it improves accessibility across all main pages by adding `aria-hidden="true"` to the decorative `<canvas class="particles">` background element, reducing noise for screen reader users. - Added `changelog.empty` localized strings in EN/RU. - Linked `reworking.css` in `changelog.html`. - Updated `changelog.js` to manage empty state visibility. - Applied `aria-hidden="true"` to decorative canvases in all HTML files. - Added spacing for `.changelog-empty` 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. |
🎨 Palette: Add Changelog empty state and improve decorative canvas accessibility
💡 What:
aria-hidden="true"to the background particle<canvas>on all pages to ensure it is ignored by assistive technologies.🎯 Why:
♿ Accessibility:
aria-live="polite"to notify screen reader users when results change.📸 Verification:
Verified via Playwright script; confirmed the empty state triggers correctly and the canvas element possesses the correct ARIA attributes.
PR created automatically by Jules for task 2529952103308224696 started by @MilakyS