chore: füge Navigation zum Veranstalter-Wizard hinzu, erweitere Mock-Daten und verbessere Veranstaltungs-Flow

Signed-off-by: StefanMoCoAt <stefan.mo.co@gmail.com>
This commit is contained in:
2026-04-21 10:57:28 +02:00
parent 1a295c18c8
commit 9b4af2bb56
5 changed files with 33 additions and 10 deletions
@@ -240,7 +240,8 @@ fun DesktopContentArea(
at.mocode.veranstaltung.feature.presentation.VeranstaltungWizardScreen(
viewModel = viewModel,
onBack = onBack,
onFinish = { onBack() }
onFinish = { onBack() },
onNavigateToVeranstalterNeu = { onNavigate(AppScreen.VeranstalterNeu) }
)
}