aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev/roadmap.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 23:41:28 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 23:41:28 +0900
commitf0635f9beb0ff85bbea2264a1b19160f0beed257 (patch)
tree8e7be36100a8de5dcd7301c5e7be91f2ddfdbc0c /docs/dev/roadmap.md
parent445781bc40afee2c64f645abcfa2575b4218aa08 (diff)
downloadkioku-f0635f9beb0ff85bbea2264a1b19160f0beed257.tar.gz
kioku-f0635f9beb0ff85bbea2264a1b19160f0beed257.tar.zst
kioku-f0635f9beb0ff85bbea2264a1b19160f0beed257.zip
feat(client): add offline mode banner indicator
Displays a prominent banner at the top of all pages when the user is offline, informing them that changes will sync when reconnected. Shows pending change count when applicable. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'docs/dev/roadmap.md')
-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 ac0760e..c9c000f 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -165,7 +165,7 @@ Smaller features first to enable early MVP validation.
### Sync UI
- [x] Sync status indicator
- [x] Manual sync button
-- [ ] Offline mode indicator
+- [x] Offline mode indicator
**✅ Milestone**: Study offline and sync when back online