aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 23:37:31 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 23:37:31 +0900
commit445781bc40afee2c64f645abcfa2575b4218aa08 (patch)
treea23f93af761233b12d575da1f07fdf3184307b7b /docs/dev
parent0c042ac89fc0822fcbe09c48702857faa5494ae1 (diff)
downloadkioku-445781bc40afee2c64f645abcfa2575b4218aa08.tar.gz
kioku-445781bc40afee2c64f645abcfa2575b4218aa08.tar.zst
kioku-445781bc40afee2c64f645abcfa2575b4218aa08.zip
feat(client): add manual sync button
Add SyncButton component that allows users to manually trigger data synchronization. The button is disabled when offline or when sync is already in progress. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/roadmap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md
index e775ae2..ac0760e 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -164,7 +164,7 @@ Smaller features first to enable early MVP validation.
### Sync UI
- [x] Sync status indicator
-- [ ] Manual sync button
+- [x] Manual sync button
- [ ] Offline mode indicator
**✅ Milestone**: Study offline and sync when back online