No description
Find a file
Leivur R. Djurhuus afa98282ff Add app shell layout with sidebar, topbar, breadcrumbs, theme toggle
- Collapsible sidebar (256px / 64px) with nav items and tooltips
- Topbar with breadcrumbs and notification bell placeholder
- Theme toggle (light/dark/system) via dropdown
- Zustand store for sidebar collapsed state
- Placeholder pages for all main routes (dashboard, projects,
  my-work, notifications, settings)
- Authenticated (app) layout group wrapping all protected routes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 21:09:07 -06:00
.agents/skills Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
.claude Add Prisma 7 schema with full data model and seed script 2026-02-28 21:06:17 -06:00
prisma Add Prisma 7 schema with full data model and seed script 2026-02-28 21:06:17 -06:00
src Add app shell layout with sidebar, topbar, breadcrumbs, theme toggle 2026-02-28 21:09:07 -06:00
.env.example Add Prisma 7 schema with full data model and seed script 2026-02-28 21:06:17 -06:00
.gitignore Add Prisma 7 schema with full data model and seed script 2026-02-28 21:06:17 -06:00
.nvmrc Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
.prettierignore Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
.prettierrc Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
components.json Add shadcn/ui components and TooltipProvider 2026-02-28 21:00:51 -06:00
IMPLEMENTATION_PLAN.md Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
next.config.ts Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
package-lock.json Add Prisma 7 schema with full data model and seed script 2026-02-28 21:06:17 -06:00
package.json Add Prisma 7 schema with full data model and seed script 2026-02-28 21:06:17 -06:00
postcss.config.mjs Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
prisma.config.ts Add Prisma 7 schema with full data model and seed script 2026-02-28 21:06:17 -06:00
skills-lock.json Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
tsconfig.json Add Prisma 7 schema with full data model and seed script 2026-02-28 21:06:17 -06:00