Skip to content

fix(formulation): remove breadcrumbs from Build, Compare, and Map pages - #2076

Merged
BigSimmo merged 4 commits into
mainfrom
claude/remove-breadcrumbs-formulation-b2eoi9
Aug 18, 2026
Merged

fix(formulation): remove breadcrumbs from Build, Compare, and Map pages#2076
BigSimmo merged 4 commits into
mainfrom
claude/remove-breadcrumbs-formulation-b2eoi9

Conversation

@BigSimmo

Copy link
Copy Markdown
Owner

Summary

  • Removed the Formulation > … breadcrumb (FormulationBreadcrumbs) from the Formulation Build, Compare, and Map pages
  • Deleted the now-unused FormulationBreadcrumbs helper and its InformationPageBreadcrumbs import from formulation-ui.tsx, since no other page consumed it

Verification

  • 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 passed
  • npx tsc --noEmit — clean
  • npx eslint on the four changed files — clean
  • npm 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 guidance
  • npm run verify:ui — UI verification not run: change removes a text breadcrumb line only; no shared search-chrome/composer/routing surface touched

Risk and rollout

  • Risk: none — presentational-only removal of a secondary nav element already covered by the top-level Formulation mode tabs (Find/Build/Compare/Map) visible on each page
  • Rollback: revert this PR
  • Provider or production effects: None

Notes

  • The Formulation "Find" page/tab was not touched — the user's request named Build, Compare, and Map only, and grep confirmed FormulationBreadcrumbs was never used on Find.

Generated by Claude Code

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
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@supabase

supabaseBot commented Aug 18, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project sjrfecxgysukkwxsowpy because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@coderabbitai

coderabbitaiBot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 0e2d04c5-9b97-4481-9093-cae37a5291cb

📥 Commits

Reviewing files that changed from the base of the PR and between dc7e518 and 9c96030.

📒 Files selected for processing (4)
  • 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

Comment @coderabbitai help to get the list of available commands.

@BigSimmo
BigSimmo enabled auto-merge (squash) August 18, 2026 01:54
@BigSimmo
BigSimmo disabled auto-merge August 18, 2026 01:54
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@BigSimmo@claude