Feature 18: Trinkspiel-Seite + Theme-Toggle finalisiert
Neu: - trinkspiel.html: 5 Spiele-Modi (Kings, Ride the Bus, Ring of Fire, Ich hab noch nie, Wahrheit/Pflicht) mit 3D-Karten-Flip-Animation, Spieler-Tracker, König-Becher-Meter, Regel-Tracker, Statistik, History. localStorage-Persistenz (jga-players-v2, jga-rules-v2). - countdown.html: Live-Countdown auf 25.07.2026 (Feature 24). Update: - index.html: Countdown-Card in Planungs-Tools Sektion. - sw.js: trinkspiel.html + countdown.html gecacht, Cache v1->v2. - packliste.html + tourenplan.html + tourenplan-mit-tram.html: Theme-Toggle Finalisierung + Favicon-Fixes. Nicht verlinkt auf index.html — User-Review vor Freigabe.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// JGA Prag 2026 — Service Worker
|
||||
// Cache-Strategie: cache-first für HTML/Assets, network-first für externe APIs (OSRM)
|
||||
const CACHE_VERSION = 'jga-2026-v1';
|
||||
const CACHE_VERSION = 'jga-2026-v2';
|
||||
const CORE_ASSETS = [
|
||||
'./',
|
||||
'./index.html',
|
||||
@@ -8,6 +8,8 @@ const CORE_ASSETS = [
|
||||
'./tourenplan-mit-tram.html',
|
||||
'./wetter.html',
|
||||
'./packliste.html',
|
||||
'./countdown.html',
|
||||
'./trinkspiel.html',
|
||||
'./manifest.json'
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user