refactor: implement minimal PWA caching strategy

- Cache only essential PWA assets (manifest, icons, core scripts)
- Use Network First for all other requests
- Remove aggressive caching of UI components and styles
- Preserve PWA installation while minimizing cache footprint
This commit is contained in:
lockbitchat
2025-10-13 01:38:41 -04:00
parent 7af8f528ff
commit 45de8ce285
5 changed files with 38 additions and 372 deletions

File diff suppressed because one or more lines are too long