- **feat(OnlineNennungFormular):** verbessere Anzeige der Versionsnummer mit hervorgehobener Formatierung.
- **chore(Caddy):** füge Cache-Buster für `meldestelle-web.js` hinzu.
This commit is contained in:
+5
-4
@@ -222,10 +222,11 @@ fun OnlineNennungFormular(
|
||||
modifier = Modifier.padding(bottom = 4.dp)
|
||||
)
|
||||
Text(
|
||||
text = "v2026-04-23.4", // Eindeutige Version für diesen Fix
|
||||
style = MaterialTheme.typography.labelSmall,
|
||||
color = Color.LightGray,
|
||||
modifier = Modifier.padding(bottom = 4.dp)
|
||||
text = "v2026-04-23.5 - RADICAL RELOAD", // Eindeutige Version für diesen Fix
|
||||
style = MaterialTheme.typography.labelLarge,
|
||||
fontWeight = FontWeight.Bold,
|
||||
color = Color.Red,
|
||||
modifier = Modifier.padding(bottom = 4.dp).background(Color.Yellow.copy(alpha = 0.3f))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user