Marcel
7d2d615e0c
CI / Unit & Component Tests (push) Has been cancelled
CI / Backend Unit Tests (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
CI / Unit & Component Tests (pull_request) Has been cancelled
CI / Backend Unit Tests (pull_request) Has been cancelled
CI / E2E Tests (pull_request) Has been cancelled
feat(transcription): add drag-and-drop + arrow button reordering
TranscriptionBlock:
- Desktop: grip handle (⠿) on left side, serves as drag handle
- Mobile (<768px): ▲/▼ arrow buttons (44px tap targets) replace grip
- isFirst/isLast disable boundary arrows
- onMoveUp/onMoveDown callbacks for arrow button clicks
TranscriptionEditView:
- HTML5 drag-and-drop on block wrappers (only initiates from grip handle)
- Dragged block shows 40% opacity
- On drop: reorder array and call PUT /reorder endpoint
- Arrow handlers: swap adjacent blocks and call reorder endpoint
5 new tests:
- drag handle element present
- move-up disabled when isFirst
- move-down disabled when isLast
- onMoveUp fires on click
- onMoveDown fires on click
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 23:00:52 +02:00
..
2026-03-31 16:42:11 +02:00
2026-03-31 15:25:02 +02:00
2026-04-05 21:39:11 +02:00
2026-04-05 21:17:27 +02:00
2026-04-05 22:46:41 +02:00
2026-03-26 18:19:38 +01:00
2026-03-29 12:18:13 +02:00
2026-03-29 00:40:48 +01:00
2026-03-31 20:24:47 +02:00
2026-03-31 19:29:00 +02:00
2026-03-29 09:57:14 +02:00
2026-03-29 12:11:12 +02:00
2026-03-30 21:34:00 +02:00
2026-03-30 21:22:43 +02:00
2026-04-05 11:22:38 +02:00
2026-04-05 20:38:53 +02:00
2026-04-01 09:12:27 +02:00
2026-04-05 22:35:57 +02:00
2026-04-05 21:39:11 +02:00
2026-03-25 13:47:56 +01:00
2026-03-31 15:15:06 +02:00
2026-03-31 09:43:29 +02:00
2026-04-05 22:25:46 +02:00
2026-03-31 15:15:06 +02:00
2026-04-02 11:36:41 +02:00
2026-03-31 23:08:53 +02:00
2026-04-01 09:12:27 +02:00
2026-04-05 21:39:11 +02:00
2026-03-23 19:10:02 +01:00
2026-04-02 11:40:18 +02:00
2026-04-01 10:05:03 +02:00
2026-03-31 22:34:54 +02:00
2026-03-22 12:34:56 +01:00
2026-03-31 22:34:54 +02:00
2026-03-22 12:34:56 +01:00
2026-03-31 22:34:54 +02:00
2026-03-22 12:34:56 +01:00
2026-03-31 15:15:06 +02:00
2026-04-05 23:00:52 +02:00
2026-04-05 23:00:52 +02:00
2026-04-05 23:00:52 +02:00