Implement "Zeitplan" feature in tournament details: add TurnierZeitplanTab.kt, update navigation, and integrate visual scheduling with drag-and-drop support. Relocate Detekt configuration.

This commit is contained in:
2026-04-11 20:37:25 +02:00
parent b91d1953a4
commit 52bc8f3fbe
5 changed files with 290 additions and 5 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ subprojects {
buildUponDefaultConfig = true
allRules = false
autoCorrect = false
config.setFrom(files(rootProject.file("config/detekt/detekt.yml")))
config.setFrom(files(rootProject.file("config/quality/detekt/detekt.yml")))
basePath = rootDir.absolutePath
}
tasks.withType<Detekt>().configureEach {