From 27a3f954a418cba48ea64375b794213629bd5bdc Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 5 Jun 2026 13:13:14 +0200 Subject: [PATCH] =?UTF-8?q?Routen-Fixes:=20Richtungspfeile=20(SVG-interne?= =?UTF-8?q?=20Rotation)=20+=20Filter=20standardm=C3=A4=C3=9Fig=20zu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Pfeile: rotate als SVG-Pfad-Attribut statt CSS-transform am Element (maplibregl.Marker überschrieb das transform → Pfeile zeigten alle nach Norden) - Filter-Panel + Badge: doppeltes class-Attribut (class=X class=hidden) → Browser ignorierte 'hidden' → Filter immer offen + roter Badge immer an. Zu 'X hidden' gemergt. --- VERSION | 2 +- backend/static/index.html | 24 ++++++++++++------------ backend/static/js/app.js | 2 +- backend/static/js/pages/routes.js | 14 ++++++++------ backend/static/landing.html | 2 +- backend/static/sw.js | 2 +- 6 files changed, 24 insertions(+), 22 deletions(-) diff --git a/VERSION b/VERSION index 8d1830f..039b4cd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1197 \ No newline at end of file +1198 \ No newline at end of file diff --git a/backend/static/index.html b/backend/static/index.html index 3c942f4..79d8449 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -86,14 +86,14 @@ Ban Yaro - + - - - - - + + + + + @@ -617,11 +617,11 @@ - - - - - + + + + + @@ -631,7 +631,7 @@ - + diff --git a/backend/static/js/app.js b/backend/static/js/app.js index fa74a5b..f5a5607 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 = '1197'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '1198'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt window.APP_VER = APP_VER; // global verfügbar für andere Module (z.B. offline-indicator) window.APP_VERSION = APP_VERSION; diff --git a/backend/static/js/pages/routes.js b/backend/static/js/pages/routes.js index 4284774..b0d1414 100644 --- a/backend/static/js/pages/routes.js +++ b/backend/static/js/pages/routes.js @@ -150,7 +150,7 @@ window.Page_routes = (() => { btnRow.innerHTML = `