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
@@ -10,7 +10,15 @@ class FakeVereinRepository : VereinRepository {
id = "v1",
name = "URFV Neumarkt am Wallersee",
oepsNr = "4221",
ort = "Neumarkt/M.",
ort = "Neumarkt/W.",
plz = "5202",
status = VereinStatus.AKTIV
),
Verein(
id = "v3",
name = "Reitclub Neumarkt",
oepsNr = "6-009",
ort = "Neumarkt",
plz = "4221",
status = VereinStatus.AKTIV
),