feat(studio): timeline hidden by default with toggle in header + player#142
Merged
miguel-heygen merged 3 commits intomainfrom Mar 31, 2026
Merged
feat(studio): timeline hidden by default with toggle in header + player#142miguel-heygen merged 3 commits intomainfrom
miguel-heygen merged 3 commits intomainfrom
Conversation
3741bc5 to
541ff16
Compare
d2a2ac6 to
0f14e57
Compare
541ff16 to
09ee616
Compare
f15ca07 to
da7fc7c
Compare
ed3d808 to
c76cfb8
Compare
da7fc7c to
62da835
Compare
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Mar 30, 2026
c76cfb8 to
644953c
Compare
62da835 to
18f68dc
Compare
This was referenced Mar 31, 2026
jrusso1020
approved these changes
Mar 31, 2026
4fb6d44 to
60fec9f
Compare
18f68dc to
0a61067
Compare
…er controls Adds timelineVisible state (defaults false) with synced toggle buttons in both the header toolbar and the PlayerControls bar. Toggle icon turns teal when timeline is visible. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
…ble when timeline is hidden
60fec9f to
7b18c03
Compare
0a61067 to
6a7d8e0
Compare
6a7d8e0 to
70874f7
Compare
Collaborator
Author
Merge activity
|
10 tasks
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
The timeline is now hidden by default. A toggle button appears in both the header (alongside panel toggles) and the player controls bar. Both sync the same state and turn teal when the timeline is visible.
Changes
timelineVisiblestate inApp.tsx, defaults tofalsetimelineVisibleandonToggleTimelineprops gate the timeline + resize dividerBehavior
Both toggle buttons show identical teal active state (
#3CE6AC/10bg +#3CE6AC/30border).🤖 Generated with Claude Code