No description
Find a file
Leivur R. Djurhuus 4f841c73b7 Add notification system with topbar dropdown and full page
Service with auto-notification helpers for assignments, status changes,
revisions, and comments. Topbar bell shows real unread count with
popover dropdown. Full notifications page with mark-read actions.
Polls unread count every 30 seconds.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 21:41:56 -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 notification system with topbar dropdown and full page 2026-02-28 21:41:56 -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