Simplify Differentials compare-queue hero card - #2050
Conversation
Drop the small uppercase "Compare queue" eyebrow label and the helper paragraph, which duplicated messaging already shown lower on the page. Fold the search-query pill into a compact inline row under the heading so the hero reads as icon + count + query, with no small instructional copy competing for attention.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 50 minutes Limit details: You’ve used all 1 included review currently available under your plan. You completed 99 included PR reviews in the past 7 days; at that activity level, included reviews refill at 1 review per hour. Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. How can I continue?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 reviews. How do review 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 refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
Comment |
CI triageCI failed on this PR. Automated classification of the 2 failed job(s):
Compared with main CI run #11840 (cancelled). Classification is evidence routing, not permission to ignore a failure. Exact quarantined Playwright identities remain governed by the flake ledger. |
* docs(issues): queue inbox request for mobile CLS regression on / PR #2050's Lighthouse budget check surfaced a real, reproducible mobile-root CLS regression (0.236 vs the committed 0.013 baseline) unrelated to that PR's diff. Cross-references the previously-resolved #147/#118 CLS work so it isn't lost; reconciliation into the canonical ledger happens separately. * docs(ledger): record review for PR #2059 (CLS regression issue log) --------- Co-authored-by: Claude <noreply@anthropic.com>
Summary
/differentials/compare, since that copy duplicated messaging already shown in the "Your shortlist is ready" section lower on the page.<query>" chip with a compact inline row (icon + query text) directly under the "N diagnoses selected" heading, dropping the "Search:" label prefix and background pill styling.Only
src/components/differentials/differential-compare-queue-page.tsxwas touched, and only the hero section of the non-empty compare-queue state — the "Selected diagnoses" list and the "Your shortlist is ready" / action-buttons section are unchanged.Verification
npm run test:focused -- --files src/components/differentials/differential-compare-queue-page.tsx— 1 file, 3 tests passed.npm run verify:ui: this is a narrow, page-owned presentational change (not a shared UI foundation likeMasterSearchHeader/GlobalSearchShell), so perdocs/process-hardening.mdit doesn't require the full Chromium journey gate. Instead verified manually with Playwright against the local dev server (npm run ensure) at:All four render correctly with no leftover small text.
npm run verify:release— not run; not a release/handoff request.Risk and rollout
Not applicable — pure presentational/copy change to one page-local component, no clinical, data, API, auth/privacy, workflow, dependency, build, or deployment behavior touched.
Notes
Generated by Claude Code