chore: konsolidiere Exception-Handling durch _-Platzhalter, bereinige Import-Anweisungen und entferne nicht genutzten Code
Desktop CI — Headless Tests & Build / Compose Desktop — Tests (headless) & Build (push) Failing after 58s
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Successful in 6m13s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Successful in 6m27s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Failing after 1m59s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 1m50s

This commit is contained in:
2026-04-19 00:54:26 +02:00
parent ae39eb4637
commit dc66dfb537
5 changed files with 15 additions and 15 deletions
@@ -2,14 +2,19 @@ package at.mocode.frontend.features.nennung.presentation
import androidx.compose.foundation.layout.*
import androidx.compose.material3.*
import androidx.compose.runtime.*
import androidx.compose.runtime.Composable
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.collectAsState
import androidx.compose.runtime.getValue
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.unit.dp
import at.mocode.frontend.features.nennung.domain.*
import at.mocode.frontend.features.nennung.presentation.components.*
import at.mocode.frontend.features.nennung.presentation.components.AktionsButtonLeiste
import at.mocode.frontend.features.nennung.presentation.components.PferdReiterEingabe
import at.mocode.frontend.features.nennung.presentation.online.OnlineNennungEingang
import at.mocode.frontend.features.nennung.presentation.tabs.*
import at.mocode.frontend.features.nennung.presentation.tabs.BewerbslistePanel
import at.mocode.frontend.features.nennung.presentation.tabs.NennungenTabelle
import at.mocode.frontend.features.nennung.presentation.tabs.VerkaufBuchungenPanel
import kotlin.time.Duration.Companion.milliseconds
@Composable
@@ -1,6 +1,5 @@
package at.mocode.frontend.features.nennung.presentation.online
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.*
import androidx.compose.foundation.lazy.LazyColumn
import androidx.compose.foundation.lazy.items
@@ -11,7 +10,6 @@ import androidx.compose.material3.*
import androidx.compose.runtime.Composable
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.text.style.TextOverflow
import androidx.compose.ui.unit.dp