🎨 Palette: Unified list filtering and search feedback#211
🎨 Palette: Unified list filtering and search feedback#211
Conversation
- Added global '/' keyboard shortcut to focus search input. - Implemented 'No results' row for improved feedback when filters yield no data. - Added aria-live status region for screen reader result count announcements. - Centralized filtering logic in shared/list_base.html to ensure search and dropdowns work in sync. - Refactored workers/index.html to use the new generic filtering logic. - Improved search input with a visible shortcut hint ( / ). 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. |
💡 What: Unified List Filtering and Search Feedback
This PR introduces a centralized and more accessible filtering experience for all list views (Tools, Consumables, Workers).
🎯 Why: The User Problem
Previously, search and dropdown filters were independent and often redundant across different templates. Users lacked clear feedback when no results were found, and accessibility was limited for screen reader users.
✨ Result:
/to quickly jump to the search box.♿ Accessibility Improvements:
PR created automatically by Jules for task 12273360538074505259 started by @Woschj