From 9bf88e033e2ddb353d26ab46a3fdb2410be60ec4 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 31 Aug 2026 16:44:21 +0200 Subject: [PATCH] feat: basic auto-move in edge zones --- web/src/components/SortableList.vue | 78 ++++++++++++++++++----------- 1 file changed, 50 insertions(+), 28 deletions(-) diff --git a/web/src/components/SortableList.vue b/web/src/components/SortableList.vue index 10c1995..860cd4d 100644 --- a/web/src/components/SortableList.vue +++ b/web/src/components/SortableList.vue @@ -1,5 +1,6 @@