fix: remove search and multi-select from the AI providers table (#1957)#2110
fix: remove search and multi-select from the AI providers table (#1957)#2110larryro wants to merge 1 commit into
Conversation
|
Warning Review limit reached
More reviews will be available in 2 minutes and 26 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 (5)
✨ 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 — READY TO MERGE ✅Scope: Removes search + multi-select/bulk-delete from the AI providers table (#1957). 5 files, +2 / −52. CIAll 40 checks green (Type check, Lint, Knip, Format, Opengrep, Build platform, Storybook, UI, Browser, and all 16 Playwright platform shards). The single Local verification (this review)
Findings (two-round review, 5 dimensions × independent confirmation)
Verdict: READY TO MERGE. |
Summary
Removes the search input and the multi-select / bulk-delete affordances from the AI providers table, per #1957.
Changes
providers-table.tsx: drop thecreateSelectColumncheckbox column, theBulkDeleteBarfooter, and the row-selection state/handlers; remove thesearchconfig fromuseListPage.use-providers-table-config.tsx: remove the now-unusedsearchPlaceholderfrom the config.messages/{en,de,fr}.json: remove the now-unusedproviders.searchProviderstring from all locales.Acceptance criteria
Verification
oxlint --type-awareon the affected feature: clean.vitest runon the providers table/list tests: 7 passed.Closes #1957