feat: implement manual reordering of lists with persistent order index and sorting preferences

This commit is contained in:
2025-10-25 19:19:20 +02:00
parent 886c665db6
commit 56be50646b
8 changed files with 243 additions and 47 deletions
+3
View File
@@ -88,6 +88,9 @@ dependencies {
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
debugImplementation 'androidx.compose.ui:ui-tooling'
debugImplementation 'androidx.compose.ui:ui-test-manifest'
// Reorderable LazyColumn for drag-and-drop
implementation 'org.burnoutcrew.composereorderable:reorderable:0.9.6'
}
// Ktlint configuration