improvement(settings): add searchable member selector in integrations and secrets#3721
Conversation
PR SummaryLow Risk Overview Written by Cursor Bugbot for commit a9ab044. Configure here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Greptile SummaryThis PR enables the built-in search capability of the shared
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant Combobox
participant FilterLogic
User->>Combobox: Opens dropdown (click)
Combobox->>Combobox: Renders search input (searchable=true)
Combobox->>User: Focuses search input (onOpenAutoFocus)
User->>Combobox: Types in search input
Combobox->>FilterLogic: setSearchQuery(value)
FilterLogic->>FilterLogic: Filter options by label/value containing query
FilterLogic-->>Combobox: filteredOptions[]
Combobox->>User: Displays filtered member list
User->>Combobox: Presses ArrowDown / Enter
Combobox->>Combobox: handleKeyDown → highlight / select option
Combobox->>Combobox: onChange(selectedValue), setSearchQuery('')
Combobox-->>User: Dropdown closes, selection applied
Reviews (1): Last reviewed commit: "improvement(settings): add searchable me..." | Re-trigger Greptile |
Summary
Type of Change
Testing
Tested manually
Checklist