🎨 Palette: Unified List Search and Filter UX Enhancement#49
🎨 Palette: Unified List Search and Filter UX Enhancement#49
Conversation
This change enhances the list view experience across the application by: 1. Upgrading the search bar to use the DaisyUI `join` component. 2. Adding a "Clear search" button for easier interaction. 3. Implementing a "No results found" empty state row in tables. 4. Unifying the filtering and search logic in `list_base.html` to automatically handle any dropdown filters ending in "Filter" using `data-` attributes. 5. Fixing a potential sorting regression by ensuring sorting logic only targets `.data-row` elements. 6. Cleaning up redundant filtering logic in child templates (Tools, Workers). These changes improve both the accessibility and usability of all primary inventory and worker lists. 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. |
The unified list UX enhancement brings a more consistent and polished experience to the application's data-heavy views. By centralizing the search and filtering logic in the base template, we've reduced code duplication and ensured that improvements like the "Clear" button and "No Results" feedback are available everywhere. The use of DaisyUI's
joincomponent and specific.data-rowtargeting for sorting and filtering provides a more robust and accessible interface. This PR also includes a fix for a sorting regression where placeholder rows were incorrectly included in table sorts.Key Features:
joinsearch bar with dynamic "Clear" button.PR created automatically by Jules for task 5819718379823599627 started by @Woschj