Skip to content

@remotion/studio: Batch delete effects#7872

Merged
JonnyBurger merged 2 commits into
mainfrom
jonnyburger/delete-effects-batch
May 31, 2026
Merged

@remotion/studio: Batch delete effects#7872
JonnyBurger merged 2 commits into
mainfrom
jonnyburger/delete-effects-batch

Conversation

@JonnyBurger
Copy link
Copy Markdown
Member

@JonnyBurger JonnyBurger commented May 31, 2026

Summary

  • Batch /api/delete-effect so multiple effect deletions are processed in one request.
  • Delete all effects through the same endpoint when the effects group row is selected.
  • Update Studio callers to use the array request shape.

Fixes #7862

Test plan

  • bun test packages/studio-server/src/test/delete-effect.test.ts packages/studio/src/test/timeline-selection.test.ts
  • bunx turbo make --filter='@remotion/studio-shared' --filter='@remotion/studio-server' --filter='@remotion/studio'
  • bun run build
  • bun run formatting

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@pullfrog
Copy link
Copy Markdown
Contributor

pullfrog Bot commented May 31, 2026

Pullfrog stalled

The agent stopped emitting events for 303s and was killed by the activity-timeout watchdog. 55 events were processed before the failure.

Recent agent stderr
INFO  2026-05-31T15:45:33 +50ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +55ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +110ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +36ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +16ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +48ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +74ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +44ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +99ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +32ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +20ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +75ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +38ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +49ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +48ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +52ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +53ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:33 +48ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:34 +86ms service=bus type=message.part.delta publishing
INFO  2026-05-31T15:45:34 +26ms service=bus type=message.part.delta publishing

Pullfrog  | Rerun failed job ➔View workflow run | via Pullfrog | Using Kimi K2𝕏

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bugs Ready Ready Preview, Comment May 31, 2026 3:43pm
remotion Ready Ready Preview, Comment May 31, 2026 3:43pm

Request Review

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@JonnyBurger JonnyBurger merged commit 233797f into main May 31, 2026
18 checks passed
@JonnyBurger JonnyBurger deleted the jonnyburger/delete-effects-batch branch May 31, 2026 15:53
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.

Deletion of multiple selected effects

1 participant