feat(studio): batch timeline timing commits

Persist group timing edits through one coalesced write per source file.

Keep batch timing queued behind any z-index commit for the same gesture.
This commit is contained in:
Miguel Angel Simon Sierra
2026-07-09 16:54:34 -04:00
parent 1d858f004d
commit 1cf601202d
7 changed files with 714 additions and 22 deletions
@@ -32,6 +32,8 @@ export function TimelineEditProvider({
[
value.onMoveElement,
value.onResizeElement,
value.onMoveElements,
value.onResizeElements,
value.onToggleTrackHidden,
value.onToggleElementHidden,
value.onBlockedEditAttempt,