Skip to content

feat(ui): Improve mailing list filtering and display#176

Open
wallentx wants to merge 2 commits intokworkflow:masterfrom
wallentx:wallentx/target-search
Open

feat(ui): Improve mailing list filtering and display#176
wallentx wants to merge 2 commits intokworkflow:masterfrom
wallentx:wallentx/target-search

Conversation

@wallentx
Copy link

@wallentx wallentx commented Feb 8, 2026

Improved Mailing List Filtering & UI Cleanup

screen-20260208-020535-1770537904058.2.mp4

Changes

  • Search: Switched from prefix matching to substring matching. It now searches both names and descriptions (case-insensitive).
  • UI: Updated the footer to provide visual feedback. It now differentiates between exact, partial, and zero matches using color-coded status.
  • Refactor: Fixed Span<'_> lifetime annotations in the UI components to resolve compiler warnings and improve type consistency.

Why?

The previous "starts with" search was too restrictive. I was attempting to find the f2fs mailing list, and my eyes just weren't wanting to find it. The filter didn't help, and I decided to make some changes. This makes finding lists much more intuitive, especially when you only remember a keyword from the description.

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