-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: improve the styling and responsiveness #27859
Conversation
Size Change: 0 B Total Size: 1.16 MB ℹ️ View Unchanged
|
📸 UI snapshots have been updated10 snapshot changes in total. 0 added, 10 modified, 0 deleted:
Triggered by this commit. |
<ShowMouseTail /> | ||
<SetPlaybackSpeed /> | ||
<SetTimeFormat /> | ||
<SettingsBar border="top"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bottom border as well? I think this takes "both"
@@ -174,20 +175,25 @@ function InspectDOM(): JSX.Element { | |||
) | |||
} | |||
|
|||
function PlayerBottomSettings(): JSX.Element { | |||
export function PlayerBottomSettings(): JSX.Element { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's maybe more of a PlayerSettings
now than PlayerBottomSettings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
Player has the bottom settings that include a bunch of useful buttons such as speed, skip inactivity, etc.
Problem:
When there is a banner on the top (e.g update SDK or Invite a team member) those buttons are not visible.
Solution:
Move them to the top + move "Activity" button there as well.
Before:
After: