Skip to content

Comments

🎨 Palette: Improve Domain Search Accessibility#103

Draft
yeboster wants to merge 1 commit intomainfrom
palette-domain-search-ux-15284288300502296841
Draft

🎨 Palette: Improve Domain Search Accessibility#103
yeboster wants to merge 1 commit intomainfrom
palette-domain-search-ux-15284288300502296841

Conversation

@yeboster
Copy link
Contributor

@yeboster yeboster commented Feb 7, 2026

💡 What:

  • Changed the domain search input to trigger on input events instead of keyup events.
  • Added an aria-label to the loading spinner.
  • Wrapped the search results area in a live region (role="status", aria-live="polite").
  • Fixed a TypeScript type error with setTimeout.

🎯 Why:

  • on:input ensures that the search is triggered even when users paste text or use other input methods that don't fire keyup events.
  • Screen readers need to know when the application is loading and when results appear. The live region ensures that status updates are announced.
  • Correct typing avoids potential build errors.

Accessibility:

  • Added aria-label="Loading domain availability" to the circular progress indicator.
  • Added role="status" and aria-live="polite" to the search result container so screen reader users are notified of search status changes.

PR created automatically by Jules for task 15284288300502296841 started by @yeboster

- switch from `on:keyup` to `on:input` for more robust search triggering
- use `ReturnType<typeof setTimeout>` for correct timer typing
- add `aria-label` to loading spinner
- wrap search results in `role="status"` region for screen reader announcements

Co-authored-by: Yeboster <23556525+Yeboster@users.noreply.github.com>
@google-labs-jules
Copy link
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.

@vercel
Copy link

vercel bot commented Feb 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
app Ready Ready Preview, Comment Feb 7, 2026 9:08pm

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