From 80e3f0dc0da5c8ba0dbca587a2516976ff3442ef Mon Sep 17 00:00:00 2001
From: rene
Date: Sat, 18 Apr 2026 13:51:24 +0200
Subject: [PATCH] Fix: Burger-Hinweis auf Willkommensseite nur auf Mobile
anzeigen
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Klasse mobile-only ergänzt, damit der Hinweis ab 768px (Desktop-Sidebar sichtbar) ausgeblendet wird. SW by-v202, APP_VER 169.
---
backend/static/js/app.js | 4 ++--
backend/static/js/pages/welcome.js | 22 ++++++++++++++++++++++
backend/static/sw.js | 2 +-
3 files changed, 25 insertions(+), 3 deletions(-)
diff --git a/backend/static/js/app.js b/backend/static/js/app.js
index fb48468..19da325 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 = '168'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
+const APP_VER = '169'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {
@@ -669,7 +669,7 @@ const App = (() => {
hashParams[k] = isNaN(v) ? v : Number(v);
});
}
- const startPage = (hashPage && pages[hashPage]) ? hashPage : 'diary';
+ const startPage = (hashPage && pages[hashPage]) ? hashPage : 'welcome';
navigate(startPage, false, hashParams);
}
diff --git a/backend/static/js/pages/welcome.js b/backend/static/js/pages/welcome.js
index 17f44d4..f6f419b 100644
--- a/backend/static/js/pages/welcome.js
+++ b/backend/static/js/pages/welcome.js
@@ -43,6 +43,28 @@ window.Page_welcome = (() => {
+
+
+
+
+
+
+
+ Alle Funktionen im Menü oben rechts
+
+
+ Tippe auf das ☰-Symbol für Karte, Routen, Giftköder-Alarm, Forum und vieles mehr.
+
+
+
+