Add Launch, Grow, Insights tabs; rename Deploy → Launch

- Rename Deploy tab label to Launch in ProjectShell
- Add Grow and Insights placeholder pages with Stackless styling

Made-with: Cursor
This commit is contained in:
2026-03-02 16:39:13 -08:00
parent d60d300a64
commit 7f452c0420
3 changed files with 117 additions and 1 deletions

View File

@@ -26,7 +26,9 @@ const TABS = [
{ id: "prd", label: "PRD", path: "prd" },
{ id: "design", label: "Design", path: "design" },
{ id: "build", label: "Build", path: "build" },
{ id: "deployment", label: "Deploy", path: "deployment" },
{ id: "deployment", label: "Launch", path: "deployment" },
{ id: "grow", label: "Grow", path: "grow" },
{ id: "insights", label: "Insights", path: "insights" },
{ id: "settings", label: "Settings", path: "settings" },
];