Remove nennung-feature (domain models, DI modules, and UI components).

This commit is contained in:
2026-04-11 13:04:20 +02:00
parent 84128432e3
commit eda18a8ff2
22 changed files with 435 additions and 60 deletions
@@ -1,6 +1,6 @@
package at.mocode.nennung.feature.di
package at.mocode.frontend.features.nennung.di
import at.mocode.nennung.feature.presentation.NennungViewModel
import at.mocode.frontend.features.nennung.presentation.NennungViewModel
import org.koin.core.module.dsl.viewModel
import org.koin.dsl.module
@@ -1,4 +1,4 @@
package at.mocode.nennung.feature.domain
package at.mocode.frontend.features.nennung.domain
// --- Pferd ---
data class Pferd(
@@ -1,6 +1,6 @@
package at.mocode.nennung.feature.presentation
package at.mocode.frontend.features.nennung.presentation
import at.mocode.nennung.feature.domain.*
import at.mocode.frontend.features.nennung.domain.*
import androidx.lifecycle.ViewModel
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.StateFlow
@@ -1,4 +1,4 @@
package at.mocode.nennung.feature.presentation
package at.mocode.frontend.features.nennung.presentation
import androidx.compose.foundation.background
import androidx.compose.foundation.clickable
@@ -17,7 +17,7 @@ import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.text.style.TextOverflow
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import at.mocode.nennung.feature.domain.*
import at.mocode.frontend.features.nennung.domain.*
// Farben für Startwunsch-Markierung
private val FarbeVorne = Color(0xFFE8F5E9) // Grün