From ae5a0bb97fbf013417a6962f7e077f0408b2a951 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 7 Dec 2025 19:42:47 +0900 Subject: feat(client): add SyncManager for auto-sync on reconnect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implements SyncManager class that orchestrates the sync process: - Monitors online/offline network status - Triggers debounced sync when coming back online - Coordinates push, pull, and conflict resolution - Provides event subscription for sync status updates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/dev/roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/dev/roadmap.md') diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index e4b2151..2a1e600 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -159,8 +159,8 @@ Smaller features first to enable early MVP validation. - [x] Client: Push implementation - [x] Client: Pull implementation - [x] Conflict resolution (Last-Write-Wins) -- [ ] Auto-sync on reconnect -- [ ] Add tests +- [x] Auto-sync on reconnect +- [x] Add tests ### Sync UI - [ ] Sync status indicator -- cgit v1.2.3-70-g09d2