Remove nennung-feature (domain models, DI modules, and UI components).
This commit is contained in:
+2
-2
@@ -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
-1
@@ -1,4 +1,4 @@
|
||||
package at.mocode.nennung.feature.domain
|
||||
package at.mocode.frontend.features.nennung.domain
|
||||
|
||||
// --- Pferd ---
|
||||
data class Pferd(
|
||||
+2
-2
@@ -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
|
||||
+2
-2
@@ -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
|
||||
Reference in New Issue
Block a user