Revert "feat: add navigation transitions with fade animations for improved user experience"

This reverts commit ab014206fd.
This commit is contained in:
2025-11-11 20:55:08 +01:00
parent 99b570f0bd
commit 7a09cfd230
2 changed files with 3 additions and 30 deletions
-2
View File
@@ -65,8 +65,6 @@ dependencies {
implementation 'androidx.compose.material3:material3:1.1.2'
implementation 'androidx.compose.material:material-icons-extended'
implementation 'androidx.navigation:navigation-compose:2.7.5'
// Animation (for navigation transitions)
implementation 'androidx.compose.animation:animation'
// ViewModel
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2'