Fix: Lost — Puls-Animation (box-shadow), false-offline, Pending-Guard
- Pulsierender Marker: Wechsel von position:absolute-Ring auf box-shadow-Animation (by-lost-pulse-r/p), kein Overflow-Problem mit Leaflet divIcon, iOS-kompatibel - navigator.onLine iOS-Falsch-Positiv: Formular-Submit versucht API zuerst, fällt nur bei TypeError (fetch failed) auf Pending-Modus zurück - _openDetail(): früher Return für Pending-Einträge (verhindert delete mit string-ID "pending_..." → Backend-Fehler "unable to parse integer") - SW by-v991, APP_VER 991
This commit is contained in:
parent
be12550df1
commit
f2856b8acb
4 changed files with 35 additions and 33 deletions
|
|
@ -410,7 +410,7 @@ async def serve_media(path: str, request: _Request):
|
|||
raise _HE(404, "Nicht gefunden.")
|
||||
return _media_response(filepath)
|
||||
|
||||
APP_VER = "990" # muss mit APP_VER in app.js übereinstimmen
|
||||
APP_VER = "991" # muss mit APP_VER in app.js übereinstimmen
|
||||
|
||||
@app.get("/.well-known/assetlinks.json")
|
||||
async def assetlinks():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue