diff --git a/backend/static/js/app.js b/backend/static/js/app.js index 9063678..9bb1105 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 = '130'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '131'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const App = (() => { diff --git a/backend/static/js/pages/friends.js b/backend/static/js/pages/friends.js index 3dd4b00..02cc30c 100644 --- a/backend/static/js/pages/friends.js +++ b/backend/static/js/pages/friends.js @@ -36,7 +36,7 @@ window.Page_friends = (() => { const myLink = `${location.origin}/#friends?suche=${encodeURIComponent(myName)}`; _container.innerHTML = ` -
+
diff --git a/backend/static/js/pages/lost.js b/backend/static/js/pages/lost.js index b65bcf4..943e45b 100644 --- a/backend/static/js/pages/lost.js +++ b/backend/static/js/pages/lost.js @@ -496,13 +496,15 @@ window.Page_lost = (() => {
-
+
+ placeholder="Breite" readonly style="flex:1;min-width:80px"> + placeholder="Länge" readonly style="flex:1;min-width:80px"> + style="white-space:nowrap"> + ${UI.icon('map-pin')} Standort +
diff --git a/backend/static/sw.js b/backend/static/sw.js index 25c91ef..6e21d1f 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-v158'; +const CACHE_VERSION = 'by-v159'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten