Skip to content

fix(studio): remove motion tab from right panel#1391

Merged
miguel-heygen merged 1 commit into
mainfrom
remove/motion-tab
Jun 12, 2026
Merged

fix(studio): remove motion tab from right panel#1391
miguel-heygen merged 1 commit into
mainfrom
remove/motion-tab

Conversation

@miguel-heygen

Copy link
Copy Markdown
Collaborator

Summary

  • Remove the Motion tab from Studio's right panel — it was behind a feature flag (STUDIO_MOTION_PANEL_ENABLED, default false) and never shipped
  • Delete 5 dead component files: MotionPanel, MotionPanelFields, MotionPathOverlay, EaseCurveEditor, SpringEaseEditor (−1,246 lines)
  • Clean up all associated wiring: feature flag, URL state normalization, commit handlers, inspector state, context plumbing
  • The underlying motion data infrastructure (studioMotion, studioMotionOps, studioMotionTypes) remains intact — it's still used by the GSAP animation panel

Test plan

  • bun run build passes
  • All 798 studio tests pass
  • oxlint: 0 errors
  • fallow: no new issues in changed files
  • typecheck: clean

The motion panel was behind a feature flag defaulting to false and never
shipped. Remove the tab button, MotionPanel component, feature flag,
and all associated wiring (EaseCurveEditor, SpringEaseEditor,
MotionPanelFields, MotionPathOverlay). The underlying motion data
infrastructure (studioMotion, studioMotionOps) remains intact for the
GSAP panel.
@miguel-heygen miguel-heygen merged commit d0a7f7d into main Jun 12, 2026
35 checks passed
@miguel-heygen miguel-heygen deleted the remove/motion-tab branch June 12, 2026 20:37
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.

2 participants