feat(timeline): add track/clip management with drag-and-drop#140
feat(timeline): add track/clip management with drag-and-drop#140fatHFISH wants to merge 1 commit into
Conversation
- Add new tracks via '+ Add Track' button - Cycle track type by clicking the type badge - Double-click empty track area to create clips - Drag segments horizontally on the timeline - Cross-track drag with type validation - Real-time segment position updates during drag Closes jbilcke-hf#10
|
Thanks, this looks like a useful first pass for #10 and it stays close to the timeline-native authoring scope. Quick review/acceptance pass from the issue checklist:
A couple of things I would double-check before merge:
I avoided opening a competing PR because there are already several #10 implementations in flight. If maintainers want a narrow companion patch, I can focus on the category dedupe and collision-policy guard. |
|
Follow-up review-assist note for #10 / PR #140. I am not claiming this bounty here; this is another focused acceptance pass on the existing implementation. After rechecking the current diff, a few additional edge cases look worth tightening before this is treated as complete timeline-native authoring:
These are small, testable guards and they fit the original scope without adding entity/content editing work. |
Closes #10