🎨 Palette: [UX improvement] Add Changelog empty state and improve filter accessibility#14
🎨 Palette: [UX improvement] Add Changelog empty state and improve filter accessibility#14MilakyS wants to merge 4 commits into
Conversation
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>
|
👋 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. |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
mks-lang | 091451d | May 10 2026, 06:49 AM |
✅ Deploy Preview for melodious-queijadas-3cc817 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- 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>
This PR introduces two micro-UX improvements to the MKS site:
aria-pressedsupport 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:
assets/data/site.jsonwith localized strings.assets/js/changelog.jsandassets/js/examples.jsto managearia-pressedattributes.assets/css/reworking.cssintochangelog.htmlfor consistent empty state styling.PR created automatically by Jules for task 13140222889401793529 started by @MilakyS