Skip to content

Switch to react-tooltips#1485

Closed
Arnei wants to merge 10000 commits into
opencast:developfrom
Arnei:switch-to-react-tooltip
Closed

Switch to react-tooltips#1485
Arnei wants to merge 10000 commits into
opencast:developfrom
Arnei:switch-to-react-tooltip

Conversation

@Arnei
Copy link
Copy Markdown
Member

@Arnei Arnei commented Dec 18, 2025

Fixes #1446.

Replaces our mui tooltip wrapper with react-tooltip. Also adds back tooltips that were commented out.

The reason for this change is that tooltips from react-tooltip are much more performant
when used in larger quantities. It will still add about ~100ms to the render time of events or series
tables with a 100 elements, which is not great but hardly noticable with our load times of over a second.

How to test this

Does not require any special set up for testing. Check that tooltips appear where you expect them and behave as you would expect them to.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:dependencies Pull requests that update a dependency file type:enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace MUI Tooltips with something more performant