From c272812661fb70d2798a294d2c5f013bc36896ab Mon Sep 17 00:00:00 2001 From: rene Date: Sun, 26 Apr 2026 09:43:31 +0200 Subject: [PATCH] Knigge: page-container (kein Doppel-Padding), Radfahrer-Icon, SW by-v418 --- backend/static/icons/phosphor.svg | 2 ++ backend/static/js/app.js | 2 +- backend/static/js/pages/knigge.js | 4 ++-- backend/static/sw.js | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/backend/static/icons/phosphor.svg b/backend/static/icons/phosphor.svg index 4b77a1f..766b8bc 100644 --- a/backend/static/icons/phosphor.svg +++ b/backend/static/icons/phosphor.svg @@ -158,4 +158,6 @@ + + \ No newline at end of file diff --git a/backend/static/js/app.js b/backend/static/js/app.js index 8c5ad6a..059a943 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 = '396'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '397'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const App = (() => { diff --git a/backend/static/js/pages/knigge.js b/backend/static/js/pages/knigge.js index 43c9bb5..10c86c7 100644 --- a/backend/static/js/pages/knigge.js +++ b/backend/static/js/pages/knigge.js @@ -29,7 +29,7 @@ window.Page_knigge = (() => { tipps: 'Hund nie unbeaufsichtigt mit Kindern. Kind fragen ob es streicheln darf. Hund dahinter positionieren, nicht zwischen Kind und Weg.', }, { - icon: '', + icon: '', titel: 'Radfahrer', tipps: 'Hund an die Seite nehmen. Fahrrad = potentielle Bedrohung für manche Hunde. Frühzeitig weglenken.', }, @@ -116,7 +116,7 @@ window.Page_knigge = (() => { // ---------------------------------------------------------- function _render() { _container.innerHTML = ` -
+
${_renderBegegnungen()} ${_renderVoting()} ${_renderKiRat()} diff --git a/backend/static/sw.js b/backend/static/sw.js index 7972d9a..7aa1cce 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-v417'; +const CACHE_VERSION = 'by-v418'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten