From e0aa6e481778a06b13e7d6277a551bc25e49ab77 Mon Sep 17 00:00:00 2001 From: ghassan Date: Sun, 2 Aug 2026 02:17:24 +0300 Subject: [PATCH] Drag-and-drop reordering for tracks in the edit modal Replaces the up/down arrow buttons on each track card with a grip handle. Dragging a card shows a red insertion indicator on the target card's top or bottom edge and drops it into the closest slot on release, including gaps between cards or past the last card. The card is only marked draggable while the grip handle is being held, so text selection and button clicks inside the card body behave normally. Existing promote_track_id logic (secondary at position 1 becomes primary on save) is unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../partials/edit-video-modal.blade.php | 134 ++++++++++++++---- 1 file changed, 108 insertions(+), 26 deletions(-) diff --git a/resources/views/layouts/partials/edit-video-modal.blade.php b/resources/views/layouts/partials/edit-video-modal.blade.php index 6511474..8b2f456 100644 --- a/resources/views/layouts/partials/edit-video-modal.blade.php +++ b/resources/views/layouts/partials/edit-video-modal.blade.php @@ -108,6 +108,7 @@
+
1
@@ -116,12 +117,6 @@
- - @@ -203,6 +198,24 @@