Tasks lists are now re-orderable

Edit task bottom sheet displays proper header
This commit is contained in:
Geoffroy Bonneville
2025-09-18 18:54:53 -04:00
parent 2be67abffa
commit 336755666b
6 changed files with 150 additions and 41 deletions

View File

@@ -56,6 +56,7 @@ dependencies {
implementation("androidx.navigation:navigation-compose:2.9.4")
implementation("androidx.hilt:hilt-navigation-compose:1.3.0")
implementation("androidx.test.ext:junit-ktx:1.3.0")
implementation("sh.calvin.reorderable:reorderable:3.0.0")
androidTestImplementation(platform("androidx.compose:compose-bom:2025.09.00"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
debugImplementation("androidx.compose.ui:ui-tooling")