Skip to content

🎨 Palette: [UX improvement] Changelog empty state & a11y polish#19

Open
MilakyS wants to merge 2 commits into
mainfrom
palette/changelog-empty-state-2-2924900552484144698
Open

🎨 Palette: [UX improvement] Changelog empty state & a11y polish#19
MilakyS wants to merge 2 commits into
mainfrom
palette/changelog-empty-state-2-2924900552484144698

Conversation

@MilakyS
Copy link
Copy Markdown
Member

@MilakyS MilakyS commented May 15, 2026

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:

  • Localized "No matching releases found" state in Changelog.
  • Refined search input ARIA attributes.
  • Standardized empty state UI across the site.

♿ Accessibility:

  • Uses aria-live="polite" for dynamic empty state updates.
  • Decouples shortcut hints from screen reader labels.
  • Ensures high-contrast focus rings and semantic HTML.

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

- 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>
@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 15, 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 92253fb May 15 2026, 06:03 AM

@netlify
Copy link
Copy Markdown

netlify Bot commented May 15, 2026

Deploy Preview for melodious-queijadas-3cc817 ready!

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

- 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>
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