@remotion/studio: Clean up Studio design - #9353
Merged
Merged
Conversation
# Conflicts: # packages/studio/src/components/InspectorPanel/SequenceSelectionInspector.tsx
Contributor
There was a problem hiding this comment.
ℹ️ No critical issues — minor suggestions inline.
Reviewed changes — Design cleanup for Remotion Studio: shared compact row height, file-type-specific asset icons, refreshed inspector action icons, and refined focus/hover styling across the composition and asset selectors.
- Add
AssetFileIconand new file-type icons — selector rows now show audio, font, JSON, video, and image-specific SVGs instead of a generic file glyph. - Unify row sizing —
COMPACT_CONTROL_ROW_HEIGHTreplaces local 32 px constants in asset and composition selectors plus inspector inline actions. - Refresh inspector action appearance — icons grow to 18×18, inline actions get rounded corners and hover backgrounds, and labels like
Add asset...are updated. - Refine composition selector focus states —
.__remotion-composition-selector-itemsuppresses default outlines and applies the custom focus box-shadow on:focus-visible. - Hide selector action buttons during drag — composition and asset items hide context/render/copy buttons while being dragged.
Note: 1 inline comment(s) dropped because they did not anchor to lines inside the PR diff:
packages/studio/src/components/AssetSelectorItem.tsx:581(RIGHT) — line 581 (RIGHT) is not inside a diff hunk
Kimi K2 (free via Pullfrog for OSS) | 𝕏
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Testing
bun run buildbun run stylecheck