Fix: UI.escape definieren + Transponder-Karte immer im Profil anzeigen

- UI.escape() fehlte im Public-API von ui.js (crash nach Profil speichern)
- Chip-Nr.-Karte im Hunde-Profil immer sichtbar, auch ohne Wert
- "Eintragen"-Button öffnet Inline-Edit-Modal direkt im Profil
- SW-Cache by-v143
This commit is contained in:
rene 2026-04-17 15:29:57 +02:00
parent 94e0ed3daa
commit d5f09cd16b
3 changed files with 60 additions and 8 deletions

View file

@ -3,7 +3,7 @@
Offline-Cache + Push Notifications + Tile-Cache
============================================================ */
const CACHE_VERSION = 'by-v142';
const CACHE_VERSION = 'by-v143';
const CACHE_STATIC = `${CACHE_VERSION}-static`;
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten