feat: one shared searchable, scrollable multi-select component (#1954)#2104
feat: one shared searchable, scrollable multi-select component (#1954)#2104larryro wants to merge 4 commits into
Conversation
|
Warning Review limit reached
More reviews will be available in 26 minutes and 56 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (10)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Billing warning: we have not been able to collect payment for this subscription for more than 72 hours. Please update the payment method or pay any pending invoices in Billing to avoid service interruption. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Desk Review — #1954 shared searchable multi-select (PR #2104)Verdict: NOT READY — CHANGES REQUIRED (one blocking regression in the new CI & tests
The component is a clean, faithful mirror of the sibling 🔴 BLOCKING1.
Result: a disabled This is a regression, confirmed against base
User-visible impact:
Required fix: make the default trigger honor 🟡 Non-blocking (recommended — fix while in here)
NOT READY — CHANGES REQUIRED
|
Desk Review — PR #2104 "feat: one shared searchable, scrollable multi-select component" (#1954)Verdict (one line): Solid, well-structured change that genuinely resolves the issue; CI is green and all tests pass — but the shared primitive ships one half-implemented branch ( CI state
Tests (run locally, once, by the reviewer)
What was reviewedNew primitive Strengths (confirmed)
BLOCKING finding (confirmed in Round 2)1.
Non-blocking (do NOT block merge; worth addressing)
NOT READY — CHANGES REQUIRED
|
Desk review — #1954 shared searchable multi-select (PR #2104)Reviewed the new There is one blocking functional gap plus a few recommended follow-ups. 🚫 Blocking —
|
Desk Review — PR #2104 · feat: one shared searchable, scrollable multi-select component (#1954)Verdict: READY TO MERGE. CI stateAll required checks green. Tests run (by me, this review)
What the change doesIntroduces one Review findings (two rounds, fan-out of 6 review agents + independent confirmation)Correctness, robustness, migrations, keyboard/a11y, tests, and elegance/i18n were each reviewed and the candidate findings independently re-verified. No blocking issues confirmed. Specifically verified correct:
Non-blocking notes (optional polish, not required for merge)
READY TO MERGE. |
Summary
Resolves #1954. Introduces a single reusable
MultiSelectprimitive and migrates the previously-divergent multi-select sites onto it.New component
services/platform/app/components/ui/forms/multi-select.tsx— a popover/combobox multi-select built on Radix Popover, mirroring the existingSearchableSelect:searchable, default on).max-h+overflow-y-auto) — handles large lists (~1000) via search + scroll.role="listbox"+aria-multiselectable, options withrole="option"/aria-selected, search input wired witharia-activedescendant.<Skeletonize loading>).multi-select.test.tsx(24 tests) andmulti-select.stories.tsx.Migrations
team-multi-select.tsxis now a thin wrapper overMultiSelect(public API unchanged; all four call sites keep working).team-member-checklist.tsxnow rendersMultiSelect.organigram-panel.tsxAgentChecklistnow usesMultiSelect.tool-selector.tsxnow useMultiSelect.i18n
settings.agents.form.bindIntegrationsPlaceholder/bindWorkflowsPlaceholdertoen/de/fr. Other strings reuse existingcommon.search.*keys.Verification
tsc --noEmit— clean.oxlint --type-awareon changed files — clean.oxfmt --check— clean.knip— clean.vitest --config vitest.ui.config.ts) formulti-select,team-multi-select,team-create-dialog,document-team-tags,document-upload,project-sharing,organigram— all pass.