UX: Zuchtkartei Toolbar flex-wrap — kein horizontaler Scroll mehr (SW by-v906)

This commit is contained in:
rene 2026-05-13 19:27:01 +02:00
parent a29c7574d3
commit f35a0efbaf
5 changed files with 8 additions and 8 deletions

View file

@ -591,10 +591,10 @@
<div id="modal-container"></div>
<!-- JS: Reihenfolge ist wichtig — erst Basis, dann Features -->
<script src="/js/api.js?v=905"></script>
<script src="/js/ui.js?v=905"></script>
<script src="/js/app.js?v=905"></script>
<script src="/js/worlds.js?v=905"></script>
<script src="/js/api.js?v=906"></script>
<script src="/js/ui.js?v=906"></script>
<script src="/js/app.js?v=906"></script>
<script src="/js/worlds.js?v=906"></script>
<!-- Feature-Seiten werden lazy geladen -->

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '905'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '906'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VERSION = '1.5.1'; // ← semantische Version, wird bei make release gesetzt
const IS_STAGING = location.hostname === 'staging.banyaro.app';
// Cache-Bust-Parameter nach Update-Reload sofort entfernen

View file

@ -101,7 +101,7 @@ window.Page_zuchthunde = (() => {
function _render() {
_container.innerHTML = `
<div class="zh-layout">
<div class="by-toolbar" style="overflow-x:auto;flex-wrap:nowrap">
<div class="by-toolbar" style="flex-wrap:wrap">
<h2 style="margin:0;font-size:var(--text-lg);font-weight:var(--weight-semibold);flex-shrink:0;white-space:nowrap">
${UI.icon('dog')} Zuchtkartei
</h2>

View file

@ -3,7 +3,7 @@
Offline-Cache + Push Notifications + Tile-Cache
============================================================ */
const CACHE_VERSION = 'by-v905';
const CACHE_VERSION = 'by-v906';
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