🎨 Palette: Micro-UX and accessibility improvements for list views#45
🎨 Palette: Micro-UX and accessibility improvements for list views#45
Conversation
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>
|
👋 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. |
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:
joincomponent. I added a "Clear Search" (X) button that appears only when the user has typed something, allowing for a one-click reset.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