### 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:
+3
-3
@@ -222,11 +222,11 @@ fun OnlineNennungFormular(
|
||||
modifier = Modifier.padding(bottom = 4.dp)
|
||||
)
|
||||
Text(
|
||||
text = "v2026-04-23.5 - RADICAL RELOAD", // Eindeutige Version für diesen Fix
|
||||
text = "v2026-04-23.7 - URL-ROUTING", // Version erhöht für URL-Routing Fix
|
||||
style = MaterialTheme.typography.labelLarge,
|
||||
fontWeight = FontWeight.Bold,
|
||||
color = Color.Red,
|
||||
modifier = Modifier.padding(bottom = 4.dp).background(Color.Yellow.copy(alpha = 0.3f))
|
||||
color = Color.Blue, // Farbe geändert für neue Version
|
||||
modifier = Modifier.padding(bottom = 4.dp).background(Color.Black.copy(alpha = 0.05f))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user