aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 18:53:56 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 18:53:56 +0900
commit4b755c758e920fb0295b066fa20ce6667334546b (patch)
treec9d8c7a8fa22b65214e7aa9a20dcfebf6c83c6a9 /docs/dev
parentf443ac18ccb8ab34fb5bf69b0802eb69cf89cf06 (diff)
downloadkioku-4b755c758e920fb0295b066fa20ce6667334546b.tar.gz
kioku-4b755c758e920fb0295b066fa20ce6667334546b.tar.zst
kioku-4b755c758e920fb0295b066fa20ce6667334546b.zip
feat(pwa): add PWA support with vite-plugin-pwa
Configure Progressive Web App functionality: - Add vite-plugin-pwa with workbox for service worker - Create web manifest with app metadata and icons - Add offline fallback page for when network is unavailable - Update index.html with PWA meta tags and theme color 🤖 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.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md
index b62fea5..88aa403 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -140,10 +140,10 @@ Smaller features first to enable early MVP validation.
**Goal**: Study offline
### PWA Setup
-- [ ] vite-plugin-pwa configuration
-- [ ] Web manifest
-- [ ] Service Worker
-- [ ] Offline fallback page
+- [x] vite-plugin-pwa configuration
+- [x] Web manifest
+- [x] Service Worker
+- [x] Offline fallback page
- [ ] Add tests
### IndexedDB (Local Storage)