feat(desktop): add NennungsEingang screen and integrate into navigation

- Introduced `NennungsEingangScreen` for managing online nomination entries.
- Added `NennungsEingang` to `AppScreen` with corresponding route configuration.
- Updated `DesktopMainLayout` to include navigation and UI components for `NennungsEingang`.
- Adjusted `PreviewMain` for screen integration and testing.
This commit is contained in:
2026-04-14 15:27:04 +02:00
parent adfa97978e
commit 4de44623c2
7 changed files with 144 additions and 2 deletions
@@ -15,7 +15,6 @@ import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.unit.dp
import at.mocode.frontend.core.designsystem.theme.AppColors
import at.mocode.frontend.features.billing.presentation.BillingViewModel
import at.mocode.frontend.features.nennung.presentation.web.NennungPayload
import at.mocode.frontend.features.nennung.presentation.web.OnlineNennungFormular
import org.koin.compose.viewmodel.koinViewModel