- **feat(OnlineNennungFormular):** Zeige eindeutige Versionsnummer zur besseren Nachverfolgbarkeit an.
- **chore(Caddyfile):** Passe Caching-Strategie für `.wasm` und `.js` zur Vermeidung von Ladeproblemen während der Entwicklung an.
This commit is contained in:
+6
@@ -221,6 +221,12 @@ fun OnlineNennungFormular(
|
||||
color = AppColors.Primary.copy(alpha = 0.6f),
|
||||
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(
|
||||
|
||||
Reference in New Issue
Block a user