feat: add 'slip into the tail' feature - #51
Conversation
simple implementaion of sliding the clip being edited within in/out points (only to the left)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds a Slide timeline operation that shifts a selected clip’s source window to the playhead while preserving timeline placement and duration, synchronizing linked AV clips, validating available media tail, and updating toolbar documentation. ChangesSlide clip editing
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant User
participant SlideToolbar
participant slideClipAtPlayhead
participant syncLinkedTiming
participant PreviewMedia
User->>SlideToolbar: Click Slide
SlideToolbar->>slideClipAtPlayhead: Invoke selected-clip operation
slideClipAtPlayhead->>syncLinkedTiming: Synchronize linked AV timing
slideClipAtPlayhead->>PreviewMedia: Seek while paused
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@CLAUDE.md`:
- Around line 432-435: Update the Slide (slip) source documentation to describe
tail availability using the integrated source window returned by mediaTimeAt(),
rather than the constant-speed calculation in + duration×speed. Preserve the
guidance that start and duration remain unchanged and that the UI notifies when
no unused source tail remains.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: e3d4c270-cec4-4dbf-93df-69c5d7dd39a4
📒 Files selected for processing (5)
CHANGELOG.mdCLAUDE.mdREADME.mdapp.jsindex.html
Simple implementaion of sliding the clip being edited within in/out points (only to the left)
When a clip is selected and has in/out points set, 'slide' allows to move in/out markers of the clip simultaneously
sliding the trimmed part of the clip to the right by playhead time timelline - clip in point on the timeline. A button labelled slide has been added. It the operation is not possible, the toast is displayed.
Type of change
How was it verified?
node --check server.js && node --check app.js && node --check mcp-server.jspassesCLAUDE.md/README.mdif the schema, props, or API changedChecklist
Summary by CodeRabbit
New Features
Documentation