Show thumbnails on past research cards

This commit is contained in:
pewdiepie-archdaemon
2026-06-30 05:17:46 +00:00
parent b8338b2399
commit a72ec0c116
8 changed files with 101 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
// - Other static assets (images/fonts/libs): cache-first with bg refresh.
// - API / non-GET: never cached.
// Bump CACHE_NAME whenever the precache list or SW logic changes.
const CACHE_NAME = 'odysseus-v327';
const CACHE_NAME = 'odysseus-v328';
// Core shell precached on install so repeat opens are instant without any
// network wait. Keep this list in sync with the <script type="module"> tags