feat(tasks): move Tasks first in toolbar, add Tasks+PRD left nav and content
Made-with: Cursor
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user