Feature: Hero-Stats dynamisch aufsteigend sortiert
Statt fixer Reihenfolge werden alle 5 Werte nach dem API-Fetch per .sort() aufsteigend geordnet und der Streifen neu aufgebaut. Damit steht immer die kleinste Zahl links, die größte rechts — unabhängig davon wie die Zahlen wachsen. SW by-v1000, APP_VER 1000
This commit is contained in:
parent
64127bf395
commit
2caab31797
4 changed files with 28 additions and 32 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v999';
|
||||
const CACHE_VERSION = 'by-v1000';
|
||||
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