### feat: verbessere Feedback- und Fehlerhandling im Nennformular
Build and Publish Docker Images / build-and-push (., backend/services/mail/Dockerfile, mail-service, mail-service) (push) Successful in 5m49s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Successful in 4m13s

- **OnlineNennungFormular:** Ladeindikator und Fehleranzeige bei API-Fehlermeldungen hinzugefügt.
- **WebMainScreen:** Navigation zum Erfolgsscreen erfolgt erst nach erfolgreicher API-Bestätigung.
- **UI:** Aktualisiere Versionsmarker auf `v2026-04-23.11 - NETWORK STATUS FIX`.
This commit is contained in:
2026-04-23 09:06:20 +02:00
parent 76e6cebd90
commit f7d11ccf97
3 changed files with 54 additions and 16 deletions
@@ -30,9 +30,9 @@ Die "Hallo Du!" Test-UI wurde durch produktive, fachlich korrekte Formulare erse
**Status:** Bereit für den Live-Einsatz am Wochenende. 🚀
### 2026-04-23 08:30 - Version 10: HTTPS & CORS FIX
- **Problem**: Mixed Content Fehler (HTTPS -> HTTP) und CORS-Blockade auf `app.mo-code.at`.
### 2026-04-23 09:10 - Version 11: Netzwerk-Status & Error-Handling Fix
- **Problem**: Kein Feedback beim Absenden, Mixed Content trotz V10, sofortiger Navigations-Reset.
- **Lösung**:
- `MailController.kt`: Whitelist für `https://app.mo-code.at` in `@CrossOrigin` hinzugefügt.
- `dc-planb.yaml`: API-URLs auf `https://api.mo-code.at` umgestellt.
- UI-Marker auf `v2026-04-23.10 - HTTPS FIX` aktualisiert.
- `OnlineNennungFormular.kt`: Ladeindikator und dynamische Fehleranzeige implementiert.
- `WebMainScreen.kt`: Navigation zum Erfolgsscreen erfolgt nun erst nach Bestätigung durch die API.
- UI-Marker auf `v2026-04-23.11 - NETWORK STATUS FIX` aktualisiert.