feat: v0.8.3 — PWA-Support, Desktop-Verhalten, Testmodus-Kennzeichnung

- PWA: manifest.webmanifest + Icons (192/512/180px) + Apple-Touch-Meta-Tags
  → Web-App lässt sich auf Homebildschirm hinzufügen (iOS/Android)
- Desktop: user-select:none global + contextmenu blockiert
- BackendChoice: lokaler Modus als Testmodus mit TEST-Badge und Warnung

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-06 12:40:12 +02:00
parent f88825ebe0
commit e0cf5f1381
13 changed files with 65 additions and 15 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "rapport",
"private": true,
"version": "0.8.2",
"version": "0.8.3",
"type": "module",
"scripts": {
"dev": "vite",