Description
There is no ability to lock tracks to prevent accidental edits. This is a standard feature in professional video editors.
Expected Behavior
- Lock icon button per track (next to mute/visibility toggles)
- Locked tracks prevent: element deletion, moving, resizing, splitting
- Locked tracks still allow playback
- Visual indicator (dimmed or lock overlay) when track is locked
Files
- `apps/web/src/components/editor/panels/timeline/index.tsx`
- `apps/web/src/types/timeline.ts` (add `locked` field to Track type)
Description
There is no ability to lock tracks to prevent accidental edits. This is a standard feature in professional video editors.
Expected Behavior
Files