Totally remove Dragula in Favor of the modern SortableJS library, updated the Kanban

This commit is contained in:
johnnyq
2025-04-13 15:01:52 -04:00
parent 19b809b699
commit 65e107d154
10 changed files with 314 additions and 333 deletions

View File

@@ -20,11 +20,11 @@
}
}
button.drag-handle {
cursor: grab !important;
.drag-handle {
cursor: grab;
touch-action: none;
user-select: none;
}
button.drag-handle:active {
cursor: grabbing !important;
.drag-handle:active {
cursor: grabbing;
}