Skip to content

Add timeline multi-select, reorder, and sidebar slide inspector#56

Merged
cbaucom merged 2 commits into
mainfrom
feat/timeline-selection-reorder
Jun 23, 2026
Merged

Add timeline multi-select, reorder, and sidebar slide inspector#56
cbaucom merged 2 commits into
mainfrom
feat/timeline-selection-reorder

Conversation

@cbaucom

@cbaucom cbaucom commented Jun 23, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds multi-select on the timeline (⌘/ctrl+click toggle, shift+click range) with block drag reorder
  • Right-click context menu: Send to Beginning, Send to End, Include/Exclude
  • Moves per-slide overrides from a blocking modal into a sidebar Selected slide accordion
  • Pure-module helpers: moveSlidesToBeginning, moveSlidesToEnd, moveSlideBlock

Test plan

  • pnpm test
  • pnpm lint
  • pnpm build
  • Click a slide — selects + seeks, no modal
  • ⌘/ctrl+click — multi-select toggle
  • Shift+click — range select
  • Drag selected block — reorders together
  • Right-click — context menu, no playhead jump
  • Single selection — sidebar shows override controls
  • Multi-selection — sidebar shows count summary

Made with Cursor

cbaucom and others added 2 commits June 22, 2026 21:23
…spector.

Selection no longer opens a blocking modal; per-slide overrides live in the sidebar so the timeline stays usable for drag and multi-select workflows.

Co-authored-by: Cursor <cursoragent@cursor.com>
Align block-drag insert math with moveSlide, apply exclude to the full selection from the context menu, and keep sidebar accordion state stable across selection changes.

Co-authored-by: Cursor <cursoragent@cursor.com>
@cbaucom
cbaucom merged commit c7b9e79 into main Jun 23, 2026
1 check passed
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