### feat: verbessere PDF-Handling und füge neuen Versionsmarker hinzu
- **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:
-16
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user