Skip to content

🎨 Palette: Micro-UX and Accessibility Improvements#19

Open
Woschj wants to merge 1 commit intomainfrom
palette/micro-ux-accessibility-improvements-14421653745360550204
Open

🎨 Palette: Micro-UX and Accessibility Improvements#19
Woschj wants to merge 1 commit intomainfrom
palette/micro-ux-accessibility-improvements-14421653745360550204

Conversation

@Woschj
Copy link
Owner

@Woschj Woschj commented Feb 18, 2026

This PR implements a set of micro-UX and accessibility improvements across key application templates.

💡 What:

  • Updated app/templates/shared/list_base.html: Added aria-label to the search input and button. Converted the legacy input-group to the modern DaisyUI join component.
  • Updated app/templates/auth/login.html: Added id and for attributes to form fields to ensure proper semantic binding for screen readers and improved click targets.
  • Updated app/templates/components/quickscan_modal.html: Added keyboard navigation support to the selection cards using role="button", tabindex="0", and onkeydown handlers. Added aria-label to the modal close button and selection cards.

🎯 Why:
To ensure the application is more accessible to users with screen readers and those who rely on keyboard navigation, and to modernize some of the UI components.

♿ Accessibility:

  • Every form field in the modified templates now has a programmatically associated label.
  • Icon-only buttons and inputs now have descriptive ARIA labels.
  • Decorative icons are hidden from assistive technologies.
  • Custom interactive elements (cards) are now fully keyboard-accessible.

PR created automatically by Jules for task 14421653745360550204 started by @Woschj

- Enhanced search bar accessibility in shared list template by adding ARIA labels and using DaisyUI 'join' component.
- Improved login form accessibility with proper ID/Label associations.
- Added keyboard accessibility (role="button", tabindex, onkeydown) to QuickScan modal selection cards.
- Marked decorative icons as aria-hidden.
- Updated .Jules/palette.md with accessibility patterns.

Co-authored-by: Woschj <81321922+Woschj@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.

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