Add back support for drag-and-drop category reordering (#1427)

This commit is contained in:
Cuong-Tran
2025-02-26 12:37:10 +07:00
committed by GitHub
parent d91c7b6093
commit 919607cd06
8 changed files with 70 additions and 89 deletions

View File

@@ -65,6 +65,7 @@ compose-materialmotion = "io.github.fornewid:material-motion-compose-core:2.0.1"
compose-webview = "io.github.kevinnzou:compose-webview:0.33.6"
compose-grid = "io.woong.compose.grid:grid:1.2.2"
compose-stablemarker = "com.github.skydoves:compose-stable-marker:1.0.5"
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "2.4.3" }
swipe = "me.saket.swipe:swipe:1.3.0"