feat(tasks): move Tasks first in toolbar, add Tasks+PRD left nav and content

Made-with: Cursor
This commit is contained in:
2026-03-09 22:02:01 -07:00
parent e3c6b9a9b4
commit 1af5595e35
2 changed files with 160 additions and 1 deletions

View File

@@ -34,8 +34,8 @@ const SECTIONS = [
// Each tool maps to a section param on the build page
const TOOLS = [
{ id: "preview", Icon: MonitorPlay, title: "Preview", section: "preview" },
{ id: "tasks", Icon: ListChecks, title: "Tasks", section: "tasks" },
{ id: "preview", Icon: MonitorPlay, title: "Preview", section: "preview" },
{ id: "code", Icon: Code2, title: "Code", section: "code" },
{ id: "design", Icon: Palette, title: "Design", section: "layouts" },
{ id: "backend", Icon: Cloud, title: "Backend", section: "infrastructure" },