Task 5.24: PWA — vite-plugin-pwa with autoUpdate, manifest, workbox caching, PWAInstallPrompt component, notification helper, SVG icons, 6 tests

This commit is contained in:
Agent Zero
2026-07-24 00:01:53 +02:00
parent d54a87cf84
commit 96e183bab2
11 changed files with 4034 additions and 3 deletions
+3 -2
View File
@@ -46,6 +46,7 @@
"zustand": "^4.5.5"
},
"devDependencies": {
"@playwright/test": "^1.48.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
@@ -61,7 +62,7 @@
"typescript": "^5.6.0",
"vite": "^5.4.0",
"vite-bundle-visualizer": "^1.2.1",
"vitest": "^2.1.0",
"@playwright/test": "^1.48.0"
"vite-plugin-pwa": "^1.3.0",
"vitest": "^2.1.0"
}
}