Skip to content

🎨 Palette: Add Changelog empty state and improve decorative canvas accessibility#46

Open
MilakyS wants to merge 1 commit into
mainfrom
palette/changelog-empty-state-and-canvas-a11y-2529952103308224696
Open

🎨 Palette: Add Changelog empty state and improve decorative canvas accessibility#46
MilakyS wants to merge 1 commit into
mainfrom
palette/changelog-empty-state-and-canvas-a11y-2529952103308224696

Conversation

@MilakyS

@MilakyS MilakyS commented Jun 20, 2026

Copy link
Copy Markdown
Member

🎨 Palette: Add Changelog empty state and improve decorative canvas accessibility

💡 What:

  1. Changelog Empty State: Added a localized "No changes found matching your criteria" message with a pulsing icon that appears when searching or filtering in the Changelog yields zero results.
  2. Accessibility Fix: Added aria-hidden="true" to the background particle <canvas> on all pages to ensure it is ignored by assistive technologies.

🎯 Why:

  • Searching for non-existent terms in the Changelog previously resulted in a confusing blank page. Providing an explicit empty state is a UX best practice.
  • Decorative background animations should not be announced by screen readers as they provide no semantic value and can be distracting.

♿ Accessibility:

  • Empty state uses aria-live="polite" to notify screen reader users when results change.
  • Decorative canvases are now hidden from the accessibility tree.

📸 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

…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>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@netlify

netlify Bot commented Jun 20, 2026

Copy link
Copy Markdown

Deploy Preview for melodious-queijadas-3cc817 ready!

Name Link
🔨 Latest commit fcaf3ef
🔍 Latest deploy log https://app.netlify.com/projects/melodious-queijadas-3cc817/deploys/6a362a637f8089000873b75f
😎 Deploy Preview https://deploy-preview-46--melodious-queijadas-3cc817.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant