Fix: Freunde-Seite Mobile — Wrapper entfernt, Annehmen-Button Icon-only
This commit is contained in:
parent
bf268e3ffd
commit
88912e2746
3 changed files with 4 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
Router, State-Management, Navigation, Initialisierung.
|
Router, State-Management, Navigation, Initialisierung.
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const APP_VER = '132'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
const APP_VER = '133'; // ← 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;overflow-x:hidden">
|
<div>
|
||||||
|
|
||||||
<!-- 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)">
|
||||||
|
|
@ -305,11 +305,10 @@ window.Page_friends = (() => {
|
||||||
</div>
|
</div>
|
||||||
${_dogPills(r.dogs, 2)}
|
${_dogPills(r.dogs, 2)}
|
||||||
</div>
|
</div>
|
||||||
<div style="display:flex;gap:var(--space-2);margin-left:auto">
|
<div style="display:flex;gap:var(--space-2);flex-shrink:0">
|
||||||
<button class="btn btn-primary btn-sm"
|
<button class="btn btn-primary btn-sm"
|
||||||
onclick="Page_friends._accept(${r.id})" title="Annehmen">
|
onclick="Page_friends._accept(${r.id})" title="Annehmen">
|
||||||
<svg class="ph-icon"><use href="/icons/phosphor.svg#check"></use></svg>
|
<svg class="ph-icon"><use href="/icons/phosphor.svg#check"></use></svg>
|
||||||
Annehmen
|
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-ghost btn-sm"
|
<button class="btn btn-ghost btn-sm"
|
||||||
onclick="Page_friends._decline(${r.id})" title="Ablehnen">
|
onclick="Page_friends._decline(${r.id})" title="Ablehnen">
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Offline-Cache + Push Notifications + Tile-Cache
|
Offline-Cache + Push Notifications + Tile-Cache
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const CACHE_VERSION = 'by-v160';
|
const CACHE_VERSION = 'by-v161';
|
||||||
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