chore: entferne veraltete turnier-feature Artefakte und ViewModels nach Migration auf Module Structure Blueprint

This commit is contained in:
2026-04-19 17:39:28 +02:00
parent ef5d4fdc81
commit 691861a706
61 changed files with 56 additions and 8724 deletions
@@ -53,10 +53,10 @@ import at.mocode.frontend.features.reiter.presentation.ReiterScreen
import at.mocode.frontend.features.reiter.presentation.ReiterViewModel
import at.mocode.frontend.features.verein.presentation.VereinScreen
import at.mocode.frontend.features.verein.presentation.VereinViewModel
import at.mocode.ping.feature.presentation.PingScreen
import at.mocode.ping.feature.presentation.PingViewModel
import at.mocode.turnier.feature.presentation.SeriesScreen
import at.mocode.turnier.feature.presentation.TurnierDetailScreen
import at.mocode.frontend.features.ping.presentation.PingScreen
import at.mocode.frontend.features.ping.presentation.PingViewModel
import at.mocode.frontend.features.turnier.presentation.SeriesScreen
import at.mocode.frontend.features.turnier.presentation.TurnierDetailScreen
import at.mocode.veranstaltung.feature.presentation.AdminUebersichtScreen
import at.mocode.veranstaltung.feature.presentation.VeranstaltungDetailScreen
import at.mocode.veranstaltung.feature.presentation.VeranstaltungNeuScreen
@@ -3,14 +3,14 @@ package at.mocode.frontend.shell.desktop.screens.preview
import androidx.compose.material3.MaterialTheme
import androidx.compose.runtime.Composable
import at.mocode.frontend.core.designsystem.preview.ComponentPreview
import at.mocode.turnier.feature.domain.*
import at.mocode.turnier.feature.presentation.*
import at.mocode.turnier.feature.data.remote.dto.NennungEinreichenRequest
import at.mocode.frontend.features.turnier.domain.*
import at.mocode.frontend.features.turnier.presentation.*
import at.mocode.frontend.features.turnier.data.remote.dto.NennungEinreichenRequest
import at.mocode.zns.parser.ZnsBewerb
import at.mocode.frontend.features.veranstalter.presentation.VeranstalterAuswahlScreen
import at.mocode.frontend.features.veranstalter.presentation.VeranstalterDetailScreen
import at.mocode.frontend.features.veranstalter.presentation.VeranstalterNeuScreen
import at.mocode.turnier.feature.domain.model.StartlistenZeile
import at.mocode.frontend.features.turnier.domain.model.StartlistenZeile
import at.mocode.veranstaltung.feature.presentation.VeranstaltungUebersichtScreen
// ─────────────────────────────────────────────────────────────────────────────