UI: Gründer-Link im Sidebar-Footer — Trophy-Icon + 100, zentriert unter Impressum/Datenschutz, SW by-v519
This commit is contained in:
parent
8bf5a3960f
commit
0c91120427
3 changed files with 14 additions and 6 deletions
|
|
@ -229,10 +229,18 @@
|
||||||
<div style="margin-top:var(--space-4);padding-top:var(--space-3);
|
<div style="margin-top:var(--space-4);padding-top:var(--space-3);
|
||||||
border-top:1px solid var(--c-border,#e5e7eb);
|
border-top:1px solid var(--c-border,#e5e7eb);
|
||||||
font-size:var(--text-xs);color:var(--c-text-muted);
|
font-size:var(--text-xs);color:var(--c-text-muted);
|
||||||
display:flex;gap:var(--space-3);padding-bottom:var(--space-2)">
|
display:flex;flex-direction:column;gap:var(--space-2);padding-bottom:var(--space-2)">
|
||||||
<span data-page="gruender" style="cursor:pointer;text-decoration:underline;font-weight:600;color:#7c3aed">🏆 100 Gründer</span>
|
<div style="display:flex;gap:var(--space-3)">
|
||||||
<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 style="text-align:center">
|
||||||
|
<span data-page="gruender" style="cursor:pointer;color:#7c3aed;font-weight:700;font-size:var(--text-sm);
|
||||||
|
display:inline-flex;align-items:center;gap:4px">
|
||||||
|
<svg style="width:15px;height:15px;flex-shrink:0" aria-hidden="true"><use href="/icons/phosphor.svg#trophy"></use></svg>
|
||||||
|
100
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- bot-trap: kein echter Nutzer klickt hier -->
|
<!-- bot-trap: kein echter Nutzer klickt hier -->
|
||||||
<a href="/api/wiki/trap" aria-hidden="true" tabindex="-1"
|
<a href="/api/wiki/trap" aria-hidden="true" tabindex="-1"
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Router, State-Management, Navigation, Initialisierung.
|
Router, State-Management, Navigation, Initialisierung.
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const APP_VER = '495'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
const APP_VER = '496'; // ← 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';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Offline-Cache + Push Notifications + Tile-Cache
|
Offline-Cache + Push Notifications + Tile-Cache
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const CACHE_VERSION = 'by-v518';
|
const CACHE_VERSION = 'by-v519';
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue