-
Notifications
You must be signed in to change notification settings - Fork 27
Unify notifications #1161
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: main
Are you sure you want to change the base?
Unify notifications #1161
Conversation
We had two different styles for notifications. This patch unifies those styles into one, mainly keeping the style that was used in most places anyway. Also extracts a Notification component that allows other components to render a static object that looks like a notification without having to jump through the whole notification mechanism. Also fixes opencast#1151.
Use Run test server using develop.opencast.org as backend:
Specify a different backend like stable.opencast.org:
It may take a few seconds for the interface to spin up. |
This pull request has conflicts ☹ |
This pull request is deployed at test.admin-interface.opencast.org/1161/2025-03-20_13-49-55/ . |
This pull request has conflicts ☹ |
This pull request has conflicts ☹ |
We had two different styles for notifications. This patch unifies those styles into one, mainly keeping the style that was used in most places anyway.
Also extracts a Notification component that allows other components to render a static object that looks like a notification without having to jump through the whole notification mechanism.
Also fixes #1151.
Before:

After:

How to test this
Can be tested as usual.