Fix: Mobile-Layout friends + lost, GPS-Zeile wrappbar
This commit is contained in:
parent
9563edbdf5
commit
bf57b69e36
4 changed files with 9 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
Router, State-Management, Navigation, Initialisierung.
|
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 = (() => {
|
const App = (() => {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ window.Page_friends = (() => {
|
||||||
const myLink = `${location.origin}/#friends?suche=${encodeURIComponent(myName)}`;
|
const myLink = `${location.origin}/#friends?suche=${encodeURIComponent(myName)}`;
|
||||||
|
|
||||||
_container.innerHTML = `
|
_container.innerHTML = `
|
||||||
<div style="max-width:520px;margin:0 auto;padding:var(--space-4);overflow-x:hidden">
|
<div style="max-width:520px;margin:0 auto;overflow-x:hidden">
|
||||||
|
|
||||||
<!-- Mein Freundes-Link -->
|
<!-- Mein Freundes-Link -->
|
||||||
<div class="card" style="margin-bottom:var(--space-5);padding:var(--space-4)">
|
<div class="card" style="margin-bottom:var(--space-5);padding:var(--space-4)">
|
||||||
|
|
|
||||||
|
|
@ -496,13 +496,15 @@ window.Page_lost = (() => {
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="form-label">Standort (letzter bekannter Ort)</label>
|
<label class="form-label">Standort (letzter bekannter Ort)</label>
|
||||||
<div style="display:flex;gap:var(--space-2);align-items:center">
|
<div style="display:flex;gap:var(--space-2);align-items:center;flex-wrap:wrap">
|
||||||
<input class="form-control" type="text" id="lf-lat-disp"
|
<input class="form-control" type="text" id="lf-lat-disp"
|
||||||
placeholder="Breite" readonly style="flex:1">
|
placeholder="Breite" readonly style="flex:1;min-width:80px">
|
||||||
<input class="form-control" type="text" id="lf-lon-disp"
|
<input class="form-control" type="text" id="lf-lon-disp"
|
||||||
placeholder="Länge" readonly style="flex:1">
|
placeholder="Länge" readonly style="flex:1;min-width:80px">
|
||||||
<button type="button" class="btn btn-secondary" id="lf-gps-btn"
|
<button type="button" class="btn btn-secondary" id="lf-gps-btn"
|
||||||
title="GPS-Standort ermitteln">📍</button>
|
style="white-space:nowrap">
|
||||||
|
${UI.icon('map-pin')} Standort
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<input type="hidden" name="lat" id="lf-lat">
|
<input type="hidden" name="lat" id="lf-lat">
|
||||||
<input type="hidden" name="lon" id="lf-lon">
|
<input type="hidden" name="lon" id="lf-lon">
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Offline-Cache + Push Notifications + Tile-Cache
|
Offline-Cache + Push Notifications + Tile-Cache
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const CACHE_VERSION = 'by-v158';
|
const CACHE_VERSION = 'by-v159';
|
||||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue