No description
Find a file
Leivur R. Djurhuus 8691f1a1c2 Add command palette, bulk operations, error boundaries, responsive sidebar
- Cmd+K command palette: search projects, navigate pages, toggle theme
- Bulk operations in table: checkbox selection, bulk status/priority/delete
- Error boundaries at root and app level, 404 page, app loading state
- Responsive sidebar: hidden on mobile, Sheet-based hamburger menu
- Sidebar state persisted to localStorage via Zustand persist middleware

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 21:56:15 -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 artist assignment system and My Work page 2026-02-28 21:27:21 -06:00
prisma Add Prisma 7 schema with full data model and seed script 2026-02-28 21:06:17 -06:00
src Add command palette, bulk operations, error boundaries, responsive sidebar 2026-02-28 21:56:15 -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 Excel import and export for deliverables 2026-02-28 21:46:23 -06:00
package.json Add Excel import and export for deliverables 2026-02-28 21:46:23 -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