From 4b755c758e920fb0295b066fa20ce6667334546b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 7 Dec 2025 18:53:56 +0900 Subject: feat(pwa): add PWA support with vite-plugin-pwa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/dev/roadmap.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/dev/roadmap.md') 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) -- cgit v1.2.3-70-g09d2