🎨 Palette: [UX improvement] Changelog empty state & a11y polish#19
🎨 Palette: [UX improvement] Changelog empty state & a11y polish#19MilakyS wants to merge 2 commits into
Conversation
- Added a localized empty state to the Changelog page when no results match. - Improved accessibility by removing the keyboard shortcut hint from the search input's aria-label while keeping it in the placeholder. - Optimized filtering logic in `changelog.js` for better performance. - Fixed an undefined CSS variable `--text-dim` in `reworking.css`. - Ensured `reworking.css` is correctly linked in `changelog.html`. 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 | 92253fb | May 15 2026, 06:03 AM |
✅ Deploy Preview for melodious-queijadas-3cc817 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Added a localized empty state to the Changelog page when no results match. - Improved accessibility by removing the keyboard shortcut hint from the search input's aria-label while keeping it in the placeholder. - Optimized filtering logic in `changelog.js` by hoisting the `allLabel` retrieval outside the loop. - Replaced `String.prototype.replaceAll` with global regexes across the codebase to ensure compatibility with Cloudflare Workers build environments. - Fixed an undefined CSS variable `--text-dim` in `reworking.css`. - Ensured `reworking.css` is correctly linked in `changelog.html`. Co-authored-by: MilakyS <155958485+MilakyS@users.noreply.github.com>
This PR adds a localized empty state to the Changelog page to improve the user experience when searching or filtering. It also polishes the accessibility of the search input and fixes a minor CSS bug.
💡 What:
♿ Accessibility:
aria-live="polite"for dynamic empty state updates.PR created automatically by Jules for task 2924900552484144698 started by @MilakyS