-
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
Make Studio and Editor look alike #1035
Conversation
Opencast Studio and the Opencast Editor are some of the most prominent new tools of Opencast. It would be nice if the look and feel of both would be more similar so that it feels like they belong to the same service. This patch is a first step. It introduces a header and logo similar to Studio. In the future, we can also use this to give users easy access to language options and other settings like with Studio. But that is something for future patches.
This pull request is deployed at test.editor.opencast.org/1035/2023-04-14_10-50-57/ . |
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.
This introduces a permanent vertical scrollbar into the application. Could you get rid of that?
Also we probably want a new class for the Header, rather than put everything into Also maybe the header should look different in high contrast mode, but I don't know about that. @naweidner , what do you think? Looks good otherwise. Finally, a header! |
This patch adjust the content height to address the problem of the overall height being too much, which would always cause scroll bars to appear. This also moves the Header code to a separate file in anticipation of more code being added there later.
This pull request is deployed at test.editor.opencast.org/1035/2023-04-15_21-44-42/ . |
With this patch, if in high contrast mode, the header gets a pure back background instead of the gray one.
|
This pull request is deployed at test.editor.opencast.org/1035/2023-04-15_21-53-26/ . |
Yes, I agree. It has been implemented now and think it also looks better in black than grey.
Could a border at the bottom of the header make sense (only in high contrast mode)? |
This patch adds an additional border to the bottom of the header when the editor is in high contrast mode.
This pull request is deployed at test.editor.opencast.org/1035/2023-04-17_18-15-35/ . |
Opencast Studio and the Opencast Editor are some of the most prominent new tools of Opencast. It would be nice if the look and feel of both would be more similar so that it feels like they belong to the same service.
This patch is a first step. It introduces a header and logo similar to Studio.
In the future, we can also use this to give users easy access to language options and other settings like with Studio. But that is something for future patches.