Fix: Landing-Page Footer/Nav bereinigt — Wiki+Social raus, kaputte CTAs entfernt (SW by-v754)
This commit is contained in:
parent
1fe878924a
commit
b31116abf6
5 changed files with 5 additions and 13 deletions
|
|
@ -327,7 +327,7 @@ MEDIA_DIR = os.getenv("MEDIA_DIR", "/data/media")
|
|||
os.makedirs(MEDIA_DIR, exist_ok=True)
|
||||
app.mount("/media", StaticFiles(directory=MEDIA_DIR), name="media")
|
||||
|
||||
APP_VER = "753" # muss mit APP_VER in app.js übereinstimmen
|
||||
APP_VER = "754" # muss mit APP_VER in app.js übereinstimmen
|
||||
|
||||
@app.get("/api/version")
|
||||
async def app_version():
|
||||
|
|
|
|||
|
|
@ -578,7 +578,7 @@
|
|||
<script src="/js/api.js?v=94"></script>
|
||||
<script src="/js/ui.js?v=94"></script>
|
||||
<script src="/js/app.js?v=94"></script>
|
||||
<script src="/js/worlds.js?v=753"></script>
|
||||
<script src="/js/worlds.js?v=754"></script>
|
||||
|
||||
<!-- Feature-Seiten werden lazy geladen -->
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '753'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '754'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.5.0'; // ← semantische Version, wird bei make release gesetzt
|
||||
const IS_STAGING = location.hostname === 'staging.banyaro.app';
|
||||
|
||||
|
|
|
|||
|
|
@ -503,7 +503,6 @@
|
|||
<a href="#vergleich">Vergleich</a>
|
||||
<a href="#preise">Preise</a>
|
||||
<a href="#warum">Warum Ban Yaro?</a>
|
||||
<a href="/wiki/rassen">Rassen-Wiki</a>
|
||||
<a href="/">App öffnen</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
@ -702,7 +701,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<a href="/" class="section-cta-btn">Züchter-Profil anlegen — kostenlos</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
@ -736,7 +734,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<a href="/wurfboerse" class="section-cta-btn">Wurfbörse durchstöbern — kostenlos</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
@ -1024,14 +1021,9 @@
|
|||
<p><strong style="color:white">Ban Yaro</strong> — Die deutschsprachige Hunde-Plattform</p>
|
||||
<p style="margin-top:0.5rem">banyaro.app · DSGVO-konform · Hosting in Deutschland · Made with 🐾</p>
|
||||
<div class="footer-links">
|
||||
<a href="/">App öffnen</a>
|
||||
<a href="/info">Über Ban Yaro</a>
|
||||
<a href="/wiki/rassen">Hunde-Rassen</a>
|
||||
<a href="/knigge">Hunde-Knigge</a>
|
||||
<a href="https://instagram.com/banyaro.app" rel="noopener" target="_blank">Instagram</a>
|
||||
<a href="https://tiktok.com/@banyaro.app" rel="noopener" target="_blank">TikTok</a>
|
||||
<a href="/#impressum">Impressum</a>
|
||||
<a href="/#datenschutz">Datenschutz</a>
|
||||
<a href="/presse">Presse</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v753';
|
||||
const CACHE_VERSION = 'by-v754';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||
const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue