Add admin dashboard shell with sidebar navigation and page scaffolds.

Replace the default Next.js landing page with a client-side AppShell layout, placeholder pages for each admin section, and UI utility dependencies.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Xin Wang
2026-06-05 07:42:45 +08:00
parent 135955fa75
commit bcb6adcba4
17 changed files with 251 additions and 65 deletions

View File

@@ -0,0 +1,3 @@
export function WorkflowPage() {
return <div className="text-3xl font-bold"></div>;
}