My-Weekly-ToDo-List/src/app
mARTin f0672e5c68 feat: fix Docker deployment, OAuth redirects, event editing, and UI improvements
- Fix Docker build: resolve hooks-rules-of-hooks in GridTaskBlock, add Suspense
  boundary for useSearchParams, fix non-root user home dir and prisma binary path
- Add comprehensive DB migrations for missing columns/tables (WeeklyGoal,
  CachedCalendarEvent, User settings, SomedayList sync fields, Task subtasks)
- Fix Outlook OAuth redirect using NEXTAUTH_URL instead of request.url
- Fix CalendarEventModal preserving existing event dates (support flat format)
- Fix header z-index layering so goal text doesn't block hover controls
- Convert font size selects to free-form text inputs, add dayHeaderGap setting
- Add goal 2-line clamping with 500px max width
- Fix weekend colors not applying to date elements

v1.6.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 23:18:13 +01:00
..
api feat: fix Docker deployment, OAuth redirects, event editing, and UI improvements 2026-02-24 23:18:13 +01:00
auth feat: fix Docker deployment, OAuth redirects, event editing, and UI improvements 2026-02-24 23:18:13 +01:00
tasks feat: Add Google Tasks, Apple Reminders, task import/sync, holidays, and UI enhancements 2026-02-20 16:56:14 +01:00
error.tsx Configure app for HTTPS reverse proxy on custom domain 2026-02-18 01:48:33 +01:00
global-error.tsx Configure app for HTTPS reverse proxy on custom domain 2026-02-18 01:48:33 +01:00
globals.css feat: fix Docker deployment, OAuth redirects, event editing, and UI improvements 2026-02-24 23:18:13 +01:00
layout.tsx Configure app for HTTPS reverse proxy on custom domain 2026-02-18 01:48:33 +01:00
not-found.tsx Configure app for HTTPS reverse proxy on custom domain 2026-02-18 01:48:33 +01:00
page.tsx feat: add task actions (notes/delete) and refine animation logic 2026-02-01 12:25:53 +01:00
providers.tsx Configure app for HTTPS reverse proxy on custom domain 2026-02-18 01:48:33 +01:00
view-transitions.css Fix header layout, add day/night switch, refine night mode styling 2026-02-12 20:14:12 +01:00