### feat(WebMainScreen, OnlineNennungFormular, index.html)
- **WebMainScreen:** Implementiere hash-basiertes Routing für URLs und Synchronisation mit Adressleiste. - **OnlineNennungFormular:** Aktualisiere Versionsanzeige mit neuer Farbe und Stil. - **index.html:** Füge Runtime-Konfiguration per JavaScript hinzu (API, Mail, Keycloak).
This commit is contained in:
@@ -19,6 +19,13 @@
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
// Runtime configuration injected by Docker entrypoint
|
||||
window.API_BASE_URL = "${API_BASE_URL}";
|
||||
window.MAIL_SERVICE_URL = "${MAIL_SERVICE_URL}";
|
||||
window.KEYCLOAK_URL = "${KEYCLOAK_URL}";
|
||||
console.log("App Config loaded:", { API: window.API_BASE_URL, Mail: window.MAIL_SERVICE_URL });
|
||||
</script>
|
||||
<script type="application/javascript" src="meldestelle-web.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user