UX: Tierarztbesuch-Tab — Praxis-Verknüpfung als Kernfunktion
- Formular: Praxis-Dropdown ersetzt Freitext wenn Praxen vorhanden - Kein redundantes Freitext-Feld mehr, Ort in der Option angezeigt - "Praxis anlegen"-Link navigiert direkt zum Praxen-Tab - tierarzt_name wird zusätzlich als Sicherheitskopie gespeichert - Karte: zeigt Praxisname + Ort unter dem Besuchsgrund - Detail-Modal: Praxis mit Adresse und anklickbarer Telefonnummer - SW-Cache → by-v12
This commit is contained in:
parent
d9f2e85263
commit
e9587d4ecd
2 changed files with 69 additions and 45 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v11';
|
||||
const CACHE_VERSION = 'by-v12';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
|
||||
// Diese Dateien werden beim Install gecacht (App Shell)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue