Uh oh!
There was an error while loading. Please reload this page.
revert(landing): take the v5 landing back off main (#524, #568) - #584
Conversation
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Warning Review limit reached
Next review available in:40 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 | 5791f68 | Commit Preview URL Branch Preview URL | Aug 23 2026, 06:53 AM |
Uh oh!
There was an error while loading. Please reload this page.
Pulls the v5 marketing landing off
main(the staging environment) 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 Sapling Landing v5(merge4f5a7f90, 47 commits) — reverted withgit revert -m 1.test(e2e): measure a dropped node against the copy it is welded to (#566)— the e2e follow-up that extendslanding-drag-field.spec.ts, which only exists because of feat(landing): port Sapling Landing v5 #524. Reverted first so the merge revert applies cleanly.What it deliberately keeps
docs/superpowers/plans/2026-08-10-tutor-course-scope.mdanddocs/superpowers/specs/2026-08-10-tutor-course-scope-design.mdrode along on the feat(landing): port Sapling Landing v5 #524 branch but have nothing to do with the landing, so they stay onmain. (Restored into the revert commit, so the re-apply PR won't touch them.)globals.cssandlib/api.tswere checked hunk-for-hunk: the only remaining drift from pre-feat(landing): port Sapling Landing v5 #524mainis feat(quiz): rebuild the quiz UI from the approved designs (#537 frontend) #580's quiz work.Result
The public tree is back to the v4 landing (#513's interactive knowledge graph) exactly as it was at
4f5a7f90^1;landing-graph.spec.tsand the v4public-seo.spec.tsassertions are restored,landing-drag-field.spec.tsand thelanding-v5/+lib/landing/+companion/trees are gone, andeslint-suppressions.jsonis back to the v4 baseline.Verification (worktree, main's lockfile)
tsc --noEmitcleaneslint .exit 0 (suppressions baseline consistent — no "suppressions left")vitest run: 102 files / 1146 tests passinggrep -r 'landing-v5|landing-dc|hero3d|dragClusters|CompanionShell'oversrc/+e2e/: no residueThe local e2e lane was not run: the stack lock is held by another session's 54-minute-old stack (served from
sapling-wt-quiz).e2e.ymlre-runs the lane on the merge tomain.Companion: the
productionside is the matching revert of #576.🤖 Generated with Claude Code