From 186bac0d45c5bb62e00a15f676c2c8201c0e2d85 Mon Sep 17 00:00:00 2001 From: Alessandro Cuzzocrea Date: Wed, 1 Apr 2026 22:14:32 +0900 Subject: [PATCH] feat: add drag-and-drop reordering to player queue --- .../components/modals/player/QueueItemRow.vue | 4 +- .../modals/player/QueueItemsModal.vue | 54 ++++++++++++++++++- 2 files changed, 55 insertions(+), 3 deletions(-) diff --git a/client/components/modals/player/QueueItemRow.vue b/client/components/modals/player/QueueItemRow.vue index 9ac01a167..82c7082c3 100644 --- a/client/components/modals/player/QueueItemRow.vue +++ b/client/components/modals/player/QueueItemRow.vue @@ -1,5 +1,6 @@ + +