Skip to content

Editing suite: preview, thumbnails, resume, filmstrip, track swap, shader panels, drag-drop ghost#164

Merged
appergb merged 6 commits into
mainfrom
pr/editing-suite
Jun 28, 2026
Merged

Editing suite: preview, thumbnails, resume, filmstrip, track swap, shader panels, drag-drop ghost#164
appergb merged 6 commits into
mainfrom
pr/editing-suite

Conversation

@appergb

@appergb appergb commented Jun 28, 2026

Copy link
Copy Markdown
Owner

The editing suite refined this session, now based directly on main (the base+docs PR #158 has merged).

  • fix: make preview settle and thumbnails lazy
  • fix: resume timeline playback without force-seeking
  • fix: load timeline filmstrips progressively
  • feat: add whole-track swap command
  • feat: expose shader effects in inspector — colour / chroma-key / mask panels
  • feat: precise drag-drop ghost preview on timeline

(Re-created after the stacked base branch was deleted on #158 merge, which auto-closed the original #159.)

🤖 Generated with Claude Code

baiqing and others added 6 commits June 28, 2026 16:03
- keep paused timeline preview on frozen media elements instead of composite overlay

- make media list construction thumbnail-cache-only and non-decoding

- generate media card posters lazily with bounded concurrency

- gate timeline sprite generation behind includeSprite and cap sprite tiles
On resume from pause the engine called seekAll() on every active <video>,
re-seeking even elements already frozen on the resume frame. That flushes
each element's decode buffer and causes sustained stutter after resume
(timeline preview only, worse with many elements). Drop the redundant
seekAll on resume; syncFollowers already re-seeks only on >0.05s drift
then plays, so an already-correct element resumes without a buffer flush.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Dragging media from the panel onto the timeline now shows a gray ghost at
the exact target track and snapped frame range (NLE-style), instead of a
whole-region highlight. Frontend-only; placement backend unchanged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@appergb appergb merged commit 0b5ed14 into main Jun 28, 2026
4 checks passed
@appergb appergb deleted the pr/editing-suite branch June 28, 2026 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant