UX: Mehr Offline-Seiten precachen + nur Strich grün, SW by-v1085
PRIORITY_PAGES erweitert auf 10 Seiten (war 8): zusätzlich health.js, notes.js, expenses.js. admin.js raus — 233 KB, offline irrelevant. Damit funktionieren offline ohne vorherigen Besuch: Tagebuch · Gesundheit · Karte · Gassi · Erste Hilfe · Notizblock Ausgaben · Routen · Giftköder · Vermisst. Offline-Indikator Step 2 prüft jetzt alle 7 vom User genannten Seiten (diary, map, walks, erste-hilfe, notes, expenses, routes) — Pfote wird grün wenn alle im Static-Cache sind. CSS-Färbung umgestellt: nur stroke (Linie) wird grün, kein fill mehr. Pfote behält ihre offene Optik, nur die Outlines wechseln von weiß zu Grün.
This commit is contained in:
parent
95dccd03be
commit
94f02dbe3a
6 changed files with 22 additions and 20 deletions
|
|
@ -8872,12 +8872,11 @@ svg.empty-state-icon {
|
|||
(Default = weiß auf orange, filled = grün auf orange)
|
||||
============================================================ */
|
||||
#worlds-fab .offline-paw .paw-elem {
|
||||
color: #fff;
|
||||
transition: stroke 0.4s ease, fill 0.4s ease;
|
||||
color: #fff; /* stroke via currentColor — fill bleibt 'none' aus HTML */
|
||||
transition: stroke 0.4s ease;
|
||||
}
|
||||
#worlds-fab .offline-paw .paw-elem.filled {
|
||||
color: #16a34a; /* leuchtendes Grün, klar sichtbar auf orange */
|
||||
fill: #16a34a;
|
||||
color: #16a34a; /* nur Linie grün, kein Ausfüllen */
|
||||
}
|
||||
|
||||
.offline-status-row {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue