My-Weekly-ToDo-List/src
mARTin b7954f9367 fix: add showProjectIcons and weekStartDay to Prisma schema + route
Both fields existed in the DB but were missing from schema.prisma,
so the Prisma client didn't know about them. The client has been
regenerated (prisma db push). Added both fields to:
- prisma/schema.prisma (with correct defaults)
- GET select, PATCH destructure, updateData, PATCH select in route.ts

This resolves the 500 errors on PATCH /api/user/profile that occurred
when saveSetting() tried to persist these fields.

v1.81.8
2026-04-02 10:15:49 +02:00
..
app fix: add showProjectIcons and weekStartDay to Prisma schema + route 2026-04-02 10:15:49 +02:00
components fix: 4 mobile issues — slot indicator, view days, list header, scroll sync 2026-04-02 09:29:48 +02:00
lib fix: reverse FAB menu order + persist iOS PWA session 2026-04-01 20:25:23 +02:00
types feat: add task actions (notes/delete) and refine animation logic 2026-02-01 12:25:53 +01:00
middleware.ts feat: add push notifications for calendar event reminders 2026-03-16 21:38:15 +01:00