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 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '209'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '210'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {