🎨 Palette: [UX improvement] Changelog search empty state and a11y polish#17
🎨 Palette: [UX improvement] Changelog search empty state and a11y polish#17MilakyS wants to merge 4 commits into
Conversation
- Added localized empty state for Changelog search (English/Russian). - Implemented `aria-live="polite"` on Changelog and Examples empty states for screen reader feedback. - Cleaned up search input `aria-label` to remove keyboard shortcut hints. - Integrated `reworking.css` into Changelog page for consistent UI patterns. - Updated `.jules/palette.md` with new UX/a11y learnings. 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. |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
mks-lang | ba90c17 | May 13 2026, 06:19 AM |
- Replaced `replaceAll` with global regex `replace` to fix CI build failures in older environments. - Corrected undefined `var(--text-dim)` to `var(--muted)` in `reworking.css`. - Updated all script files (`changelog.js`, `home.js`, `roadmap.js`, `docs-page.js`) for compatibility. Co-authored-by: MilakyS <155958485+MilakyS@users.noreply.github.com>
- Added defensive guards to prevent build-time DOM access in Workers environments. - Implemented leading semicolons for IIFEs to prevent concatenation errors. - Switched to native `hidden` attribute for robust UI toggling. - Wrapped `home.js` in a guarded IIFE and modernized syntax. - Fixed all CI-related regressions from the previous UX enhancement. Co-authored-by: MilakyS <155958485+MilakyS@users.noreply.github.com>
- Added localized "No changes found" empty state for Changelog search. - Implemented `aria-live="polite"` for dynamic search results feedback. - Cleaned up search input `aria-label` (removed keyboard hint from screen readers). - Replaced `replaceAll` with global regex `replace` for environment compatibility. - Linked `reworking.css` to `changelog.html` for consistent UI patterns. Co-authored-by: MilakyS <155958485+MilakyS@users.noreply.github.com>
💡 What
This PR adds a localized empty state to the Changelog search and enhances accessibility across the Changelog and Examples pages.
🎯 Why
Previously, when a user searched the changelog and found no results, the list simply disappeared, leaving the page looking "broken" or empty without explanation. This change adds a themed, pulsing empty state (following the project's existing "reworking" pattern) to provide clear feedback.
♿ Accessibility
aria-live="polite"to empty state containers so that assistive technology automatically announces when no results are found.(/)keyboard shortcut hint from the search input'saria-label, keeping it only in theplaceholderto provide a cleaner experience for screen readers.📸 Before/After
🧪 Verification
Verified using a local Python server and Playwright scripts to confirm:
aria-livebehavior for dynamic updates.PR created automatically by Jules for task 12398838793316153672 started by @MilakyS