Fix: Standort-Picker im Forum-Edit-Modal ergänzt

- _showEditThreadModal: location picker mit Vorausfüllung (thread_lat/lon/ort)
- ThreadUpdate-Schema: thread_lat/lon/ort Felder ergänzt
- PATCH /threads/{id}/content: Location wird jetzt gespeichert/überschrieben
This commit is contained in:
rene 2026-04-19 10:45:05 +02:00
parent 062c0209e6
commit b1053198de
3 changed files with 32 additions and 6 deletions

View file

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