-
Notifications
You must be signed in to change notification settings - Fork 43
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
More small screen responsiveness #1160
More small screen responsiveness #1160
Conversation
Have it wrap instead, or just drop the text altogether
If we start lacking in available maxWidth, dont show some stuff to avoid overflow.
The header can now get even narrower, like in Studio.
On narrow resolutions, the main menu takes up *a lot* of space. Now it takes less than half of what it took before.
There's quite a lot of empty space in the metadata view. It feels especially bad when you don't have a lot of screen real estate in the first place, so let's use a little more of it.
This pull request is deployed at test.editor.opencast.org/1160/2023-09-26_15-02-56/ . |
This pull request has conflicts ☹ |
This pull request is deployed at test.editor.opencast.org/1160/2023-10-05_10-28-40/ . |
This pull request has conflicts ☹ |
This pull request is deployed at test.editor.opencast.org/1160/2023-11-01_09-11-33/ . |
This pull request has conflicts ☹ |
This pull request is deployed at test.editor.opencast.org/1160/2024-01-18_15-14-02/ . |
This pull request has conflicts ☹ |
Conflicts :( |
This pull request is deployed at test.editor.opencast.org/1160/2024-05-13_13-00-25/ . |
This pull request has conflicts ☹ |
This pull request is deployed at test.editor.opencast.org/1160/2024-06-21_10-41-05/ . |
This pull request has conflicts ☹ |
This pull request is deployed at test.editor.opencast.org/1160/2024-07-03_08-20-55/ . |
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.
LGTM, except for the not-used value.
This pull request is deployed at test.editor.opencast.org/1160/2024-12-06_08-39-26/ . |
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.
LGTM
Makes the editors appearance on narrow screens a little more palatable. This PR is not intended to make the editor fully usable in portrait mode, but rather help users with narrow screens and/or high zoom levels to get a little more out of their screen space.
Only touches the header, main menu, cutting view and metadata view for now.
Resolves #23, maybe?