Replace specifiers page breadcrumb/header with compact SpecifierToolHeader - #1809
Conversation
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:28 minutes 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 (5)
Comment |
CI triageCI failed on this PR. Automated classification of the 2 failed job(s):
Compared with main CI run #9671 (failure). Classification is evidence routing, not permission to ignore a failure. Exact quarantined Playwright identities remain governed by the flake ledger. |
BigSimmo
commented
Aug 11, 2026
Unblock snapshot (PR #1809)
Blockers fixed/dispositioned
Required checks
Blocking review threads
Residual risks
|
Motivation
Description
SpecifierToolHeaderinsrc/components/specifiers/specifier-ui.tsxthat renders an icon + compact title row and replaces the prior multi-line breadcrumb/header block.src/components/specifiers/specifier-map-page.tsxwithSpecifierToolHeader icon={Waypoints} title="Specifier map"and removed the old small explanatory paragraph.src/components/specifiers/specifier-compare-page.tsxwithSpecifierToolHeader icon={GitCompareArrows} title="Compare specifiers"and removed the old small explanatory paragraph.src/components/specifiers/specifier-ui.tsx,src/components/specifiers/specifier-map-page.tsx, andsrc/components/specifiers/specifier-compare-page.tsx.Testing
npm run workflow:flightplan -- --write-evidenceandnpm run workflow:design-sweep -- --write-evidence, which recorded local evidence files (succeeded).npm run ensureand validated the server came up (dev server observed and local identity returned, succeeded).http://127.0.0.1:3131/specifiers/mapandhttp://127.0.0.1:3131/specifiers/compare?...and produced/tmp/specifier-map-mobile.pngand/tmp/specifier-compare-mobile.png(succeeded).git diff --check/local diff checks after the edits and no whitespace or check errors were reported (succeeded).Codex Task