My-Weekly-ToDo-List/src/app
mARTin 0a84bf3114 feat: preserve tabs on sync disconnect/reconnect
Disconnecting a synced list (Google/Outlook/Synology) now uses a
soft-disconnect: tasks are soft-deleted and the external link is
cleared, but the SomedayList record is kept with its tab assignment
intact. When the user reconnects, the import route finds the list by
title, re-links the external provider, and restores tasks (clearing
deletedAt). Tabs survive the full disconnect/reconnect cycle without
the user needing to drag lists back to tabs.

Also clears deletedAt on task re-import so previously disconnected
tasks become visible again on reconnect.

v1.89.0
2026-04-06 18:07:03 +02:00
..
api feat: preserve tabs on sync disconnect/reconnect 2026-04-06 18:07:03 +02:00
auth fix: credentials login error and all-day resize bar position 2026-03-19 09:02:26 +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: accessibility follow-up — heading hierarchy, keyboard resize, contrast fix 2026-04-06 00:25:08 +02:00
layout.tsx feat: comprehensive accessibility pass — ARIA, focus traps, keyboard move, live regions 2026-04-05 18:18:08 +02:00
manifest.ts fix: settings sidebar text color on mobile and blue theme bar 2026-03-16 21:59:34 +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 feat: add push notifications for calendar event reminders 2026-03-16 21:38:15 +01:00
view-transitions.css Fix header layout, add day/night switch, refine night mode styling 2026-02-12 20:14:12 +01:00