silx-kit / h5web

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

Refactor `Selector` and `ExportMenu` with custom hook #1654

Closed axelboc closed 4 weeks ago

axelboc commented 1 month ago

Selector and ExportMenu now call the same custom hook useFloatingMenu, which ensures they use the exact same Floating UI configuration (including the size middleware that sets the menu's max width and height).