UI: Sidebar-Footer Gründer — zentriert, goldenes Trophy-Icon 18px, muted Text, 'die 100', SW by-v520

This commit is contained in:
rene 2026-04-29 21:48:36 +02:00
parent 0c91120427
commit ed8398fdd4
3 changed files with 7 additions and 7 deletions

View file

@ -234,11 +234,11 @@
<span data-page="impressum" style="cursor:pointer;text-decoration:underline">Impressum</span> <span data-page="impressum" style="cursor:pointer;text-decoration:underline">Impressum</span>
<span data-page="datenschutz" style="cursor:pointer;text-decoration:underline">Datenschutz</span> <span data-page="datenschutz" style="cursor:pointer;text-decoration:underline">Datenschutz</span>
</div> </div>
<div style="text-align:center"> <div style="display:flex;justify-content:center">
<span data-page="gruender" style="cursor:pointer;color:#7c3aed;font-weight:700;font-size:var(--text-sm); <span data-page="gruender" style="cursor:pointer;font-weight:600;font-size:var(--text-xs);
display:inline-flex;align-items:center;gap:4px"> color:var(--c-text-muted);display:inline-flex;align-items:center;gap:5px">
<svg style="width:15px;height:15px;flex-shrink:0" aria-hidden="true"><use href="/icons/phosphor.svg#trophy"></use></svg> <svg style="width:18px;height:18px;flex-shrink:0;color:#f59e0b" aria-hidden="true"><use href="/icons/phosphor.svg#trophy"></use></svg>
100 die 100
</span> </span>
</div> </div>
</div> </div>

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung. Router, State-Management, Navigation, Initialisierung.
============================================================ */ ============================================================ */
const APP_VER = '496'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VER = '497'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VERSION = '1.0.0'; // ← semantische Version, wird bei make release gesetzt const APP_VERSION = '1.0.0'; // ← semantische Version, wird bei make release gesetzt
const IS_STAGING = location.hostname === 'staging.banyaro.app'; const IS_STAGING = location.hostname === 'staging.banyaro.app';

View file

@ -3,7 +3,7 @@
Offline-Cache + Push Notifications + Tile-Cache Offline-Cache + Push Notifications + Tile-Cache
============================================================ */ ============================================================ */
const CACHE_VERSION = 'by-v519'; const CACHE_VERSION = 'by-v520';
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
const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache