My-Weekly-ToDo-List/src
mARTin eb5a4b4232 fix: sync spinner disappearing prematurely during concurrent fetches
When both fetchCalendarEvents and fetchTasks ran in parallel, whichever
finished first would set isSyncing=false, hiding the spinner while the
other was still running. Replaced boolean with a ref-based counter so
the spinner stays visible until all concurrent syncs complete.

v1.3.1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 00:52:06 +01:00
..
app feat: add bidirectional Microsoft To-Do task creation sync 2026-02-24 00:39:19 +01:00
components fix: sync spinner disappearing prematurely during concurrent fetches 2026-02-24 00:52:06 +01:00
lib feat: add bidirectional Microsoft To-Do task creation sync 2026-02-24 00:39:19 +01:00
types feat: add task actions (notes/delete) and refine animation logic 2026-02-01 12:25:53 +01:00
middleware.ts feat: add task actions (notes/delete) and refine animation logic 2026-02-01 12:25:53 +01:00