feat: added cards reordering feature

This commit is contained in:
2026-06-24 22:05:03 +03:00
parent c1a4414f10
commit 4748a46156
7 changed files with 197 additions and 83 deletions
+1
View File
@@ -81,4 +81,5 @@ dependencies {
implementation("io.ktor:ktor-client-core:3.5.0")
implementation("io.ktor:ktor-client-cio:3.5.0")
implementation("androidx.compose.material:material-icons-extended")
implementation("sh.calvin.reorderable:reorderable:2.4.3")
}