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 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v1009';
|
||||
const CACHE_VERSION = 'by-v1010';
|
||||
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