Skip to content

🎨 Palette: [UX improvement] Add Changelog empty state and improve filter accessibility#14

Open
MilakyS wants to merge 4 commits into
mainfrom
palette/changelog-empty-state-a11y-13140222889401793529
Open

🎨 Palette: [UX improvement] Add Changelog empty state and improve filter accessibility#14
MilakyS wants to merge 4 commits into
mainfrom
palette/changelog-empty-state-a11y-13140222889401793529

Conversation

@MilakyS
Copy link
Copy Markdown
Member

@MilakyS MilakyS commented May 10, 2026

This PR introduces two micro-UX improvements to the MKS site:

  1. Changelog Empty State: Users searching the changelog or filtering by category will now see a clear, localized "No releases found" message with a pulsing icon when no results match their criteria, rather than a blank page.
  2. Filter Accessibility: Added aria-pressed support to filter buttons on both the Examples and Changelog pages. This ensures screen reader users receive feedback on which filters are currently active.

Implementation Details:

  • Updated assets/data/site.json with localized strings.
  • Modified assets/js/changelog.js and assets/js/examples.js to manage aria-pressed attributes.
  • Integrated assets/css/reworking.css into changelog.html for consistent empty state styling.

PR created automatically by Jules for task 13140222889401793529 started by @MilakyS

Summary:
- Added localized "No releases found" empty state to Changelog page.
- Improved accessibility by adding `aria-pressed` states to filter buttons on Examples and Changelog pages.
- Standardized empty state visual style using `reworking.css`.

♿ Accessibility:
- Filter chips now communicate active/inactive state to screen readers via `aria-pressed`.
- Empty state container provides immediate feedback when search filters return no results.

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.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 10, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
mks-lang 091451d May 10 2026, 06:49 AM

@netlify
Copy link
Copy Markdown

netlify Bot commented May 10, 2026

Deploy Preview for melodious-queijadas-3cc817 ready!

Name Link
🔨 Latest commit 091451d
🔍 Latest deploy log https://app.netlify.com/projects/melodious-queijadas-3cc817/deploys/6a002a4e22bfc10008c94fd4
😎 Deploy Preview https://deploy-preview-14--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.

google-labs-jules Bot and others added 3 commits May 10, 2026 06:26
- Added initial aria-pressed attributes to filter buttons in examples.html.
- Updated assets/js/examples.js to toggle aria-pressed on click.
- Updated assets/js/changelog.js to toggle aria-pressed on click.
- Documented learning in .jules/palette.md.

Co-authored-by: MilakyS <155958485+MilakyS@users.noreply.github.com>
- Added initial aria-pressed attributes to filter buttons in examples.html and assets/js/changelog.js.
- Updated assets/js/examples.js and assets/js/changelog.js to dynamically toggle aria-pressed on selection.
- Documented learning in .jules/palette.md.

Co-authored-by: MilakyS <155958485+MilakyS@users.noreply.github.com>
- Added initial aria-pressed attributes to filter buttons in examples.html and assets/js/changelog.js.
- Updated assets/js/examples.js and assets/js/changelog.js to dynamically toggle aria-pressed on selection.
- Documented learning in .jules/palette.md.
- Removed development artifacts (server.log) to ensure clean CI builds.

Co-authored-by: MilakyS <155958485+MilakyS@users.noreply.github.com>
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