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> |
||
|---|---|---|
| .. | ||
| app | ||
| components | ||
| lib | ||
| types | ||
| middleware.ts | ||