fix(formulation): remove breadcrumbs from Build, Compare, and Map pages - #2076
Conversation
Drops the FormulationBreadcrumbs usage from the builder, compare, and mechanism-map pages, and removes the now-unused component and import. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01E7WTcyAszx4SjP1uwtaiti
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:57 minutes Limit details: You’ve used all 1 included review currently available under your plan. You completed 98 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 (4)
Comment |
Uh oh!
There was an error while loading. Please reload this page.
Summary
Formulation > …breadcrumb (FormulationBreadcrumbs) from the Formulation Build, Compare, and Map pagesFormulationBreadcrumbshelper and itsInformationPageBreadcrumbsimport fromformulation-ui.tsx, since no other page consumed itVerification
npm run test:focused -- --files src/components/formulation/formulation-builder-page.tsx,src/components/formulation/formulation-compare-page.tsx,src/components/formulation/formulation-map-page.tsx,src/components/formulation/formulation-ui.tsx— 2 files, 39 tests passednpx tsc --noEmit— cleannpx eslinton the four changed files — cleannpm run verify:pr-local— Verification not run: localized JSX/import removal in three client components with no routing, data, or styling-contract change; the focused test + typecheck + lint above are the smallest checks covering the plausible regression (broken import/unused export, snapshot mismatch), per this repo's Tier 2 process-hardening guidancenpm run verify:ui— UI verification not run: change removes a text breadcrumb line only; no shared search-chrome/composer/routing surface touchedRisk and rollout
Formulationmode tabs (Find/Build/Compare/Map) visible on each pageNotes
FormulationBreadcrumbswas never used on Find.Generated by Claude Code