## Summary Build a drag-and-drop feature for rearranging script blocks (similar to Notion or Kanban boards) to avoid cutting and pasting text. ## Source - Category: Script Editing - Feedback video: https://youtu.be/IeUoMyx7dKE?t=46m52s ## Acceptance criteria - [ ] Users can rearrange script blocks through drag-and-drop instead of manual cut/paste. - [ ] Reordering updates the underlying script order reliably and preserves block content. - [ ] The interaction has accessible keyboard or fallback affordances where feasible. - [ ] Add or update browser/UI test coverage for the relevant user flow. - [ ] Solution tests pass before the issue is marked ready for user verification.
Summary
Build a drag-and-drop feature for rearranging script blocks (similar to Notion or Kanban boards) to avoid cutting and pasting text.
Source
Acceptance criteria