Show again that there are open comments#1577
Conversation
In the events table, a "comment" icon is displayed for events with comments. Before we switched to lucide icons, there were two different comment icons, depending on if the event still had unresolved comments or not. This behaviour was lost. This patch brings the behaviour back. If there are still unresolved comments, the speech bubble icon now has an exclamation point in it. Why not a filled icon like before? Because lucide does not have that.
|
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 is deployed at test.admin-interface.opencast.org/1577/2026-04-13_14-58-26/ . |
I would first like to see how users like this change. If it is not good enough (because it might not be visible enough or something), we can discuss how to do it better in a follow up PR, and then maybe use the red dot indicator. |
Fixes #1544.
In the events table, a "comment" icon is displayed for events with comments. Before we switched to lucide icons, there were two different comment icons, depending on if the event still had unresolved comments or not. This behaviour was lost.
This patch brings the behaviour back. If there are still unresolved comments, the speech bubble icon now has an exclamation point in it.
Why not a filled icon like before? Because lucide does not have that.
How to test this
Can be tested as is. Add comments to an event in the event details, then watch the icons on the right in the events table.