Uh oh!
There was an error while loading. Please reload this page.
Remove old in-app marketing surface - #600
Conversation
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (15)
📒 Files selected for processing (7)
💤 Files with no reviewable changes (7)
📝 WalkthroughWalkthroughThis PR removes the Teams and Marketing pages, the ComparisonChart and VerificationStatus components, and their associated route/navigation entries. Footer and TopNav no longer link to /teams; TopNav adds an external "Guides" link. The generated route tree is updated accordingly. ChangesTeams/Marketing Removal and Navigation Update
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Deploying maple with |
| Latest commit: | 6d46c3a |
| Status: | ✅ Deploy successful! |
| Preview URL: | https://800fe83d.maple-ca8.pages.dev |
| Branch Preview URL: | https://codex-remove-in-app-marketin.maple-ca8.pages.dev |
There was a problem hiding this comment.
🚩 Removing /teams route will break existing bookmarks and external links
The /teams route is fully removed (route file, nav links, footer link, and route tree entry). Any external links, bookmarks, or search engine results pointing to /teams will now result in a 404 or fallback behavior depending on the router's not-found handling. If this page was previously indexed by search engines or linked from blog posts (e.g., the blog link at frontend/src/routes/teams.tsx:218), those links will break. Consider whether a redirect from /teams to /pricing or another relevant page is needed.
Was this helpful? React with 👍 or 👎 to provide feedback.
Uh oh!
There was an error while loading. Please reload this page.
Summary\n- remove the unused rich in-app Marketing component now that marketing lives on www.trymaple.ai\n- remove the old /teams route and its nav/footer links\n- delete components and public assets that became unused with those pages gone\n\n## Kept intentionally\n- pricing, downloads, proof, legal, redeem, and other app-owned pages remain in place\n- App Store and Google Play badges remain because the Downloads page still uses them\n\n## Validation\n- rg found no remaining /teams route links or deleted asset references under frontend/src and frontend/public\n- nix develop -c bun run format:check\n- nix develop -c bun run build\n- nix develop -c bun run lint (0 errors; existing warnings only)
Summary by CodeRabbit