### feat: verbessere PDF-Handling und füge neuen Versionsmarker hinzu
Build and Publish Docker Images / build-and-push (., backend/services/mail/Dockerfile, mail-service, mail-service) (push) Successful in 5m52s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Successful in 4m19s

- **WebMainScreen:** Implementiere Öffnen von Ausschreibungen (PDFs) in neuem Tab.
- **UI:** Ergänze dezentralen Versions-Marker in der Web-Oberfläche.
- **Docker-Publish:** Kopiere Turnier-Ausschreibungen (PDFs) in den Zielordner.
- **Assets:** Füge neue PDF-Dateien für Neumarkt2026 hinzu.
This commit is contained in:
2026-04-23 08:11:06 +02:00
parent eea022b862
commit dbbca96c69
5 changed files with 29 additions and 23 deletions
@@ -214,22 +214,6 @@ fun OnlineNennungFormular(
color = AppColors.Primary
)
if (!isMobile) {
Text(
text = "https://nennung.mo-code.at/#/nennung/$turnierNr",
style = MaterialTheme.typography.labelMedium,
color = AppColors.Primary.copy(alpha = 0.6f),
modifier = Modifier.padding(bottom = 4.dp)
)
Text(
text = "v2026-04-23.7 - URL-ROUTING", // Version erhöht für URL-Routing Fix
style = MaterialTheme.typography.labelLarge,
fontWeight = FontWeight.Bold,
color = Color.Blue, // Farbe geändert für neue Version
modifier = Modifier.padding(bottom = 4.dp).background(Color.Black.copy(alpha = 0.05f))
)
}
Text(
text = "Turnier-Nr: $turnierNr | Datum: ${if (turnierNr == "26128") "25. April 2026" else "26. April 2026"}",
style = MaterialTheme.typography.titleMedium,