Skip to content

🎨 Palette: Unified List Search and Filter UX Enhancement#49

Open
Woschj wants to merge 1 commit intomainfrom
palette/unified-list-ux-enhancement-5819718379823599627
Open

🎨 Palette: Unified List Search and Filter UX Enhancement#49
Woschj wants to merge 1 commit intomainfrom
palette/unified-list-ux-enhancement-5819718379823599627

Conversation

@Woschj
Copy link
Owner

@Woschj Woschj commented Mar 1, 2026

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 join component and specific .data-row targeting 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:

  • Unified client-side search and multi-filter logic.
  • DaisyUI join search bar with dynamic "Clear" button.
  • Accessible empty state feedback for filtered-out results.
  • Robust sorting that correctly ignores metadata rows.
  • Reduced template complexity in child views.

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

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>
@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