My-Weekly-ToDo-List/src/app
mARTin 9863f8e28e feat: weekday case setting, right-aligned icons, font matching, calendar fixes
- Add weekday case setting (Normal/Capitalize/Uppercase) with DB persistence
- Move provider icons to end of line (right-aligned with marginLeft: auto)
  in both GridTaskBlock and TaskItem
- Make time grid task font inherit from task font settings as fallback
  instead of separate hardcoded defaults (0.75rem/500 → task font values)
- Fix Jump to Date calendar: center-aligned dropdown, dark mode support
  via CSS variables, proper border and shadow styling
- Add weekdayCase to Prisma schema, profile API, and translations (EN/DE)

v1.19.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 13:23:22 +01:00
..
api feat: weekday case setting, right-aligned icons, font matching, calendar fixes 2026-03-08 13:23:22 +01:00
auth Add Microsoft Auth and update Auth UI 2026-03-03 14:03:09 +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 fix: provider icons on all tasks, font size matching, day header z-index 2026-03-08 12:50:51 +01:00
layout.tsx fix: cookie settings override, 5x week animation, deprecated meta tag 2026-03-04 11:08:39 +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 Refactor Someday area to grid layout with dynamic slots, fixed scrolling, and border refinements 2026-03-01 11:58:48 +01:00
view-transitions.css Fix header layout, add day/night switch, refine night mode styling 2026-02-12 20:14:12 +01:00