From 6c7ae6860b5591891e80f4929e9a1292e29a173b Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Sun, 17 May 2026 22:46:07 +0200 Subject: [PATCH] feat: separate backend base URL configurations for release and debug builds --- .../tournament/TournamentResultsTab.vue | 62 +- frontend/src/i18n/locales/de-extended.json | 2 + frontend/src/i18n/locales/de.json | 2 + frontend/src/i18n/locales/en-AU.json | 2 + frontend/src/i18n/locales/en-GB.json | 2 + frontend/src/i18n/locales/en-US.json | 2 + frontend/src/i18n/locales/es.json | 2 + frontend/src/i18n/locales/fil.json | 2 + frontend/src/i18n/locales/fr.json | 2 + frontend/src/i18n/locales/it.json | 2 + frontend/src/i18n/locales/ja.json | 2 + frontend/src/i18n/locales/pl.json | 2 + frontend/src/i18n/locales/th.json | 2 + frontend/src/i18n/locales/tl.json | 2 + frontend/src/i18n/locales/zh.json | 2 + frontend/src/views/TournamentTab.vue | 18 + mobile-app/composeApp/build.gradle.kts | 14 +- .../ui/InternalTournamentEditorDetailTabs.kt | 608 +++++++++++++----- .../app/ui/InternalTournamentEditorScreen.kt | 324 ++++++---- .../tt_tagebuch/shared/api/TournamentsApi.kt | 8 +- 20 files changed, 777 insertions(+), 285 deletions(-) diff --git a/frontend/src/components/tournament/TournamentResultsTab.vue b/frontend/src/components/tournament/TournamentResultsTab.vue index 224a524f..e64a57a8 100644 --- a/frontend/src/components/tournament/TournamentResultsTab.vue +++ b/frontend/src/components/tournament/TournamentResultsTab.vue @@ -61,12 +61,18 @@ ref="editInput" /> - +
- +
+