diff --git a/backend/static/icons/phosphor.svg b/backend/static/icons/phosphor.svg index f9e55a2..e8fb003 100644 --- a/backend/static/icons/phosphor.svg +++ b/backend/static/icons/phosphor.svg @@ -168,4 +168,13 @@ + + + + + + + + + \ No newline at end of file diff --git a/backend/static/js/app.js b/backend/static/js/app.js index 4826d6d..e4c9532 100644 --- a/backend/static/js/app.js +++ b/backend/static/js/app.js @@ -3,7 +3,7 @@ Router, State-Management, Navigation, Initialisierung. ============================================================ */ -const APP_VER = '414'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '415'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const App = (() => { diff --git a/backend/static/js/pages/health.js b/backend/static/js/pages/health.js index 413df57..ce893c9 100644 --- a/backend/static/js/pages/health.js +++ b/backend/static/js/pages/health.js @@ -203,8 +203,11 @@ window.Page_health = (() => { const ICONS = { impfung: '', - entwurmung: '', - medikament: '', + entwurmung: '', + medikament: '', + tierarzt: '', + gewicht: '', + allergie: '', laeufigkeit: '', }; @@ -1556,7 +1559,7 @@ window.Page_health = (() => { const renderCard = p => `
-
${p.ist_notfallpraxis ? '🚨' : ''}
+
${_esc(p.name)} @@ -1575,12 +1578,12 @@ window.Page_health = (() => { ${p.telefon ? ` - 📞 Anrufen + Anrufen ` : ''} ${p.notfall_telefon ? ` - 🚨 Notfall + Notfall ` : ''}
@@ -2031,7 +2034,7 @@ window.Page_health = (() => {
@@ -2062,7 +2065,7 @@ window.Page_health = (() => { : `Fällig am ${v.naechstes}`; UI.modal.open({ - title: '📅 Termin in Kalender eintragen', + title: `${UI.icon('calendar-plus')} Termin in Kalender eintragen`, body: `
diff --git a/backend/static/sw.js b/backend/static/sw.js index 8cc2185..a9e921f 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -3,7 +3,7 @@ Offline-Cache + Push Notifications + Tile-Cache ============================================================ */ -const CACHE_VERSION = 'by-v435'; +const CACHE_VERSION = 'by-v436'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten