Skip to content

🎨 Palette: Micro-UX and accessibility improvements for list views#45

Open
Woschj wants to merge 1 commit intomainfrom
palette-micro-ux-improvements-4128464922109335524
Open

🎨 Palette: Micro-UX and accessibility improvements for list views#45
Woschj wants to merge 1 commit intomainfrom
palette-micro-ux-improvements-4128464922109335524

Conversation

@Woschj
Copy link
Owner

@Woschj Woschj commented Feb 27, 2026

I have implemented several micro-UX and accessibility improvements in the shared list template (app/templates/shared/list_base.html). These changes affect all list views in the application, including tools, consumables, and workers.

Key improvements:

  1. Search Experience: The search bar now uses the modern DaisyUI join component. I added a "Clear Search" (X) button that appears only when the user has typed something, allowing for a one-click reset.
  2. Empty State Feedback: When a search query yields no results, a dedicated "No results found" row appears in the table with a helpful icon and message, instead of just showing an empty table.
  3. Accessibility (a11y): Table sorting is now fully accessible to keyboard users. Sorting headers are focusable via 'Tab' and can be triggered using 'Enter' or 'Space'. I also added appropriate ARIA roles (button), labels (aria-label="Sortieren nach..."), and state indicators (aria-sort="ascending/descending").

I've verified these changes by rendering the Jinja2 templates and using Playwright to confirm the visual appearance and JavaScript behavior.


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

This change enhances the shared list template to provide a more delightful and accessible experience:
- Modernized search bar layout using DaisyUI 'join' component.
- Added a "Clear Search" button for quick query reset.
- Implemented a "No results found" empty state row for better feedback.
- Added full keyboard support for table sorting (Tab, Enter/Space).
- Added ARIA attributes (role="button", aria-sort, aria-label) to table headers.
- Normalized line endings to LF for the shared template.

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