Feature: Aktivitäten in Freunde-Ansicht anklickbar

- diary → Tagebuch, health → Gesundheit, walk → Gassi-Treffen
- Items als <button> für iOS-Tap-Zuverlässigkeit
- fr-activity-item--link mit Hover/Tap-Stil
This commit is contained in:
rene 2026-04-19 10:19:44 +02:00
parent 90f1c4e299
commit 05b28fcd8d
4 changed files with 36 additions and 6 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '211'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '212'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {