🎨 Palette: Enhance Search UX and Table Sorting Accessibility#52
🎨 Palette: Enhance Search UX and Table Sorting Accessibility#52
Conversation
- Modernized search bar using DaisyUI `join` component. - Added a "Clear Search" button for improved usability. - Implemented "No results found" feedback row in list tables. - Enhanced table sorting with full keyboard accessibility (role="button", tabindex="0", Enter/Space support). - Added screen reader support via `aria-sort` and descriptive `aria-label` attributes. - Centralized these improvements in `shared/list_base.html` to benefit all list views. 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. |
This PR introduces micro-UX and accessibility improvements to the core list view used across Scandy.
💡 What:
joinand added a "Clear Search" button that appears when typing.role="button",tabindex="0",aria-sort,aria-label).🎯 Why:
The previous search was basic and lacked clear feedback for empty states. More importantly, the table sorting was completely inaccessible to keyboard and screen reader users. These changes ensure a more delightful and inclusive experience for all users.
♿ Accessibility Improvements:
PR created automatically by Jules for task 8287173071626781996 started by @Woschj