chore(ui): unify filter search and batch patterns#10859
Merged
alejandrobailo merged 5 commits intoApr 23, 2026
Conversation
- enable searchable shared filter dropdowns - scroll to the first visible match while filtering - cover provider and table filters with tests
Contributor
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
Contributor
|
✅ All necessary |
Contributor
🔒 Container Security ScanImage: ✅ No Vulnerabilities DetectedThe container image passed all security checks. No known CVEs were found.📋 Resources:
|
pfe-nazaries
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Resource filters need to converge on the same interaction model already used in findings. Before touching the Resources view, the shared filter primitives needed to support local option search and predictable dropdown behavior across the app.
Screen.Recording.2026-04-23.at.14.20.57.mov
Description
This PR updates the shared filter building blocks used by table and provider filters.
Steps to review
cd ui && pnpm test:run components/shadcn/select/multiselect.test.tsx components/ui/table/data-table-filter-custom-batch.test.tsx components/providers/providers-filters.test.tsxcd ui && pnpm typecheckChecklist
Community Checklist
SDK/CLI
UI
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.