Fix: Offline-Indicator Cache-Namen + Step-5-Check, SW by-v1078
- CACHE_API hieß bei mir 'by-api', tatsächlich aber 'ban-yaro-api-v1' → korrigiert, sonst hätte step 3+5 nie grün werden können - Step 5 prüfte auf gecachte Diary-Foto-Previews — die werden vom SW aber gar nicht gecacht (nur API-Routen sind in _CACHEABLE_GET). Stattdessen jetzt 'Training & Wissen' (training/exercises + wiki/rassen) — ist im SW-Cache abgedeckt und passt zur WELT-Welt - _fetchMissing für Step 5 entsprechend angepasst
This commit is contained in:
parent
8097d21605
commit
776641fa65
5 changed files with 20 additions and 28 deletions
|
|
@ -101,9 +101,9 @@
|
|||
</script>
|
||||
|
||||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=1077">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=1077">
|
||||
<link rel="stylesheet" href="/css/components.css?v=1077">
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=1078">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=1078">
|
||||
<link rel="stylesheet" href="/css/components.css?v=1078">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -635,11 +635,11 @@
|
|||
<div id="modal-container"></div>
|
||||
|
||||
<!-- JS: Reihenfolge ist wichtig — erst Basis, dann Features -->
|
||||
<script src="/js/api.js?v=1077"></script>
|
||||
<script src="/js/ui.js?v=1077"></script>
|
||||
<script src="/js/app.js?v=1077"></script>
|
||||
<script src="/js/worlds.js?v=1077"></script>
|
||||
<script src="/js/offline-indicator.js?v=1077"></script>
|
||||
<script src="/js/api.js?v=1078"></script>
|
||||
<script src="/js/ui.js?v=1078"></script>
|
||||
<script src="/js/app.js?v=1078"></script>
|
||||
<script src="/js/worlds.js?v=1078"></script>
|
||||
<script src="/js/offline-indicator.js?v=1078"></script>
|
||||
|
||||
<!-- Feature-Seiten werden lazy geladen -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue