simpl-liste/src
le king fu c496d9586c feat: add mobile sync client with outbox pattern (#40)
- sync_outbox table in SQLite (migration 0004)
- Sync service: push/pull changes, fullSync, outbox cleanup
- Outbox writing in task/list/tag repositories after mutations
- Settings store: syncEnabled, lastSyncAt, userId
- Sync polling: on launch, every 2 min, on return from background
- Settings UI: Compte section with connect/sync/disconnect buttons
- i18n keys for sync strings (FR + EN)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 12:54:44 -04:00
..
components feat: add swipe actions and drag-to-reorder for tasks and lists 2026-02-21 08:43:34 -05:00
db feat: add mobile sync client with outbox pattern (#40) 2026-04-06 12:54:44 -04:00
i18n feat: add mobile sync client with outbox pattern (#40) 2026-04-06 12:54:44 -04:00
lib feat: extract shared types, colors, priority and recurrence (#34) 2026-04-06 10:38:16 -04:00
services feat: add mobile sync client with outbox pattern (#40) 2026-04-06 12:54:44 -04:00
shared fix: remove duplicate RecurrenceType definition in shared/types (#34) 2026-04-06 10:39:12 -04:00
stores feat: add mobile sync client with outbox pattern (#40) 2026-04-06 12:54:44 -04:00
theme feat: extract shared types, colors, priority and recurrence (#34) 2026-04-06 10:38:16 -04:00
widgets chore: remove unused isWidgetTask function (#29) 2026-03-30 20:00:19 -04:00
global.css feat: initial Simpl-Liste MVP 2026-02-20 19:28:42 -05:00