Uh oh!
There was an error while loading. Please reload this page.
docs(followups): correct #292 — OnboardingFlow.tsx is still wired into the landing route - #321
Conversation
…o the landing route The [P2-I] follow-up described `components/OnboardingFlow.tsx` as dead code "not imported by the active route." It is actually imported (L7) and rendered (L1247, under `onboardingPhase !== 'idle'`) by the public landing page `app/(public)/page.tsx`, on both `refactor/token-unification` and `main`. Deleting it as-is breaks the build. Re-scoped the item to "unwire from the landing page first, then delete." Refs #292 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Deploying with |
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs | frontend-staging | 8ad9756 | Commit Preview URL Branch Preview URL | Jul 07 2026, 07:09 AM |
Warning Review limit reached
Next review available in:1 minute Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. 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: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Uh oh!
There was an error while loading. Please reload this page.
What
The token-unification follow-up [P2-I] described
components/OnboardingFlow.tsxas dead code "not imported by the active route."Finding
It is actually still imported and rendered by the public landing page:
frontend/src/app/(public)/page.tsx—import OnboardingFlowat L7onboardingPhase !== 'idle'True on both
refactor/token-unificationandmain. Deleting it as-is breaks the build.Change
Docs-only: re-scope the follow-up to "unwire from the landing page first, then delete" so #292 isn't actioned as a blind delete.
Refs #292
🤖 Generated with Claude Code