Skip to content

@remotion/studio: Move install package menu - #7833

Merged
JonnyBurger merged 1 commit into
mainfrom
jonnyburger/move-install-menu
May 30, 2026
Merged

@remotion/studio: Move install package menu#7833
JonnyBurger merged 1 commit into
mainfrom
jonnyburger/move-install-menu

Conversation

@JonnyBurger

Copy link
Copy Markdown
Member

Fixes #7831.

Summary

  • Moves the install package action from the top-level Packages menu into Tools.
  • Updates the menu and quick switcher label to "Install package".

Testing

  • bun test src/test/menu-typeahead.test.ts (from packages/studio)
  • bunx turbo make --filter='@remotion/studio'
  • bun run build
  • bun run formatting

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@vercel

vercel Bot commented May 30, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
bugs Ready Ready Preview, Comment May 30, 2026 7:21am
remotion Ready Ready Preview, Comment May 30, 2026 7:21am

Request Review

@pullfrog pullfrog Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ No new issues found.

Reviewed changes — moves the install-package action from the standalone "Packages" top-level menu into the existing "Tools" menu, and relabels it from "Install..." to "Install package".

  • Remove 'install' from MenuId union — cleans up the top-level menu type now that the standalone menu is gone.
  • Inline install action into Tools menu block — keeps the same conditional visibility (readOnlyStudio || remotion_packageManager === 'unknown'), label update, and quick-switcher label change.
  • Update quickSwitcherLabel to singular — matches the new menu label consistently.

Pullfrog  | Fix it ➔View workflow run | Using Kimi K2𝕏

@pullfrog pullfrog Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ No new issues found.

Reviewed changes — moves the install-package action from the standalone "Packages" top-level menu into the existing "Tools" menu, and relabels it from "Install..." to "Install package".

  • Remove 'install' from MenuId union — cleans up the top-level menu type now that the standalone menu is gone.
  • Inline install action into Tools menu block — keeps the same conditional visibility (readOnlyStudio || remotion_packageManager === 'unknown'), label update, and quick-switcher label change.
  • Update quickSwitcherLabel to singular — matches the new menu label consistently.

Pullfrog  | Fix it ➔View workflow run | Using Kimi K2𝕏

@JonnyBurger
JonnyBurger merged commit 6b0325c into main May 30, 2026
19 of 20 checks passed
@JonnyBurger
JonnyBurger deleted the jonnyburger/move-install-menu branch May 30, 2026 07:31
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.

Move Packages -> Install... into Tools

1 participant