silx-kit / h5web

React components for data visualization and exploration
https://h5web.panosc.eu/
MIT License
161 stars 17 forks source link

Refactor `OverflowMenu` and `InteractionHelp` with Floating UI #1647

Closed axelboc closed 1 month ago

axelboc commented 1 month ago

The selector menus, the export menu, and the overflow and interaction help popovers now all behave the same way in terms of focus management, dismissal, positioning, etc.

In this PR, I've also streamlined the CSS across all these components, simplified the DOM in a few places (unnecessary wrappers, etc.) and fixed a couple of flexbox alignment regressions that I've only just noticed.

I've left the DomainWidget alone for now because the toggling logic is more complex.

axelboc commented 1 month ago

/approve