Rollen: optionale aufklappbare Kurzbeschreibung (Texte folgen)
- Neue Tabelle ROLLEN_DESC (1 Satz je Rolle) zum Befuellen durch Frank/Patrick. Leer = Rolle bleibt schlichte Zeile; sobald Text drin ist, wird die Rolle in der Uebersicht UND im linken Rollen-Panel aufklappbar (touch-tauglich, <details>). - Gemeinsamer Helfer rolleItemHtml(r,color) fuer beide Render-Stellen. - CSS fuer aufklappbare Rollenzeile + Beschreibung. - sw.js Cache hochgezaehlt. Verifiziert: leer -> 16 schlichte Zeilen (keine Regression); mit Text -> aufklappbar. Service-Artefakte (Akte) bewusst NICHT angefasst (nur Rollen gewuenscht). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
47c8c9109e
commit
cf6b58a2e4
2 changed files with 26 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* Service Worker — SLC-Workshop Companion (App-Shell, offline-first) */
|
||||
const CACHE = "slc-companion-v37";
|
||||
const CACHE = "slc-companion-v38";
|
||||
const SHELL = ["./", "index.html", "manifest.webmanifest", "icon.svg"];
|
||||
// Action-Card-Grafiken (cards/s<service>-c<change>.png) fuer Offline vorab cachen (alle 24).
|
||||
const CARDS = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue