-
Notifications
You must be signed in to change notification settings - Fork 87
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
Enable the new UI design on browsers #654
Enable the new UI design on browsers #654
Conversation
pageTransitionAnimation: true, | ||
}); | ||
|
||
// let subtitleSettingsPanelPage = new SubtitleSettingsPanelPage({ |
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.
Will be added in #655
…/bitmovin-player-ui into feature/super-modern-ui-for-web
It looks like there is a tiny bit of scrolling. The settings panel will be 'reworked' in #655 where I can't reproduce this anymore. |
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.
ok
Description
Our new UI design is currently only enabled for small screen variants which is meant for mobile. We also want to have it on all platforms though. This PR enables the new design for browsers.
Changes:
Key parts which are still missing
Checklist (for PR submitter and reviewers)
CHANGELOG
entry A final changelog entry for the new design will be added at the end