Fix: Benachrichtigungen anklickbar (button statt div, data-Parsing repariert)

- _parseData() flacht verschachteltes {data:{conversation_id:…}} auf
  → d.conversation_id war immer undefined wegen doppelter Verschachtelung aus push.py
- .notif-item als <button> statt <div> — iOS feuert clicks auf divs unzuverlässig
- closest() im Löschen-Handler auf button.notif-item angepasst
This commit is contained in:
rene 2026-04-19 10:13:11 +02:00
parent b6d2606a23
commit bb0250a8b5
3 changed files with 19 additions and 11 deletions

View file

@ -3,7 +3,7 @@
Offline-Cache + Push Notifications + Tile-Cache
============================================================ */
const CACHE_VERSION = 'by-v232';
const CACHE_VERSION = 'by-v233';
const CACHE_STATIC = `${CACHE_VERSION}-static`;
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten