Uh oh!
There was an error while loading. Please reload this page.
revert(landing): take the v5 landing back off production (#576) - #585
Conversation
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Warning Review limit reached
Next review available in:39 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (80)
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 |
Deploying with |
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs | frontend-staging | 255b9d2 | Commit Preview URL Branch Preview URL | Aug 23 2026, 06:55 AM |
Uh oh!
There was an error while loading. Please reload this page.
Pulls the v5 marketing landing off
production(saplinglearn.com) so it can go back to living as an open PR — see the paired re-apply PR that follows this one.What this reverts
feat(landing): port the v5 marketing landing onto production(merge56d1ac25, merged earlier today) — reverted withgit revert -m 1. That PR was the frontend-only cherry of feat(landing): port Sapling Landing v5 #524 ontoproduction; nothing has landed onproductionsince, so the revert applies cleanly.Result
git diff 56d1ac25^1 HEADis empty — the tree is byte-for-byte whatproductionserved before #576: the v4 landing (#513's interactive knowledge graph),landing-graph.spec.ts, and the v4eslint-suppressions.jsonbaseline. No backend change, no migration.Verification (worktree, shared lockfile —
package-lock.jsonis identical betweenmainandproduction)tsc --noEmitcleaneslint .exit 0 (suppressions baseline consistent)vitest run: 576 tests passinggrep -r 'landing-v5|landing-dc|hero3d|dragClusters|CompanionShell'oversrc/+e2e/: no residueCompanion: #584 is the matching revert on
main.🤖 Generated with Claude Code