Fix: Lost-Hund — kein Doppeleintrag nach Sync, pulsierender Marker, Verwerfen-Button, 20km-Alert
- Deduplication in _loadReports(): Pending-Einträge die bereits auf dem Server sind (Race-Condition beim Sync) werden automatisch aus dem Pending-Store entfernt - Verwerfen-Button für offline-gespeicherte Meldungen (pending), Notiz-Button nur für Server-Einträge sichtbar - Pulsierender Kreis-Marker (CSS @keyframes by-lost-ping) statt statischem Pin; Pending-Einträge in Orange, Server-Einträge in Rot - Card-Click für pending deaktiviert (kein Detail-Modal für unsynchronisierte Daten) - worlds.js: Alert-Radius für vermisste Hunde von 5 auf 20 km erhöht (wie Giftköder) - SW by-v990, APP_VER 990
This commit is contained in:
parent
f0c1ee3386
commit
be12550df1
5 changed files with 97 additions and 39 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v989';
|
||||
const CACHE_VERSION = 'by-v990';
|
||||
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