Desktop: Welten-Konfig als zentrierter Dialog, Chips kompakter
- Desktop (_isDesktop = innerWidth >= 768): Overlay zentriert (nicht Bottom-Sheet), max-width 1100px, border-radius 20px Grid: repeat(auto-fill, minmax(120px, 1fr)) statt repeat(4, 1fr) Chip-Höhe: 64px statt 80px, Gap 6px statt 8px - Mobile: unverändert (Bottom-Sheet wie bisher) - SW by-v1010, APP_VER 1010
This commit is contained in:
parent
6721597779
commit
1b3b150b50
4 changed files with 17 additions and 11 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '1009'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '1010'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt
|
||||
const IS_STAGING = location.hostname === 'staging.banyaro.app';
|
||||
// Cache-Bust-Parameter nach Update-Reload sofort entfernen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue