ohif-viewer/platform/ui-next/src
Joe Boccanfuso 1df4f843fe
fix(segmentation): Fixed the manual scrolling of the segments list and implemented automatic scrolling to the active segment. (#5510)
The height of the list container is now calculated based on a parent div instead of itself.
DataRow component now has a forward ref to allow for automatic scrolling.

Added better detection to the useDynamicMaxHeight hook for when to recalculate the max height using intersection observers.

The useEffect for scrolling a segment into view used to be excessively called to the point
where it was auto scrolling after the user manually scrolled. The auto scroll useEffect is
now dependent on the segment index changing which should only happen once per active segment change.
2025-10-21 11:58:23 -04:00
..
assets fix(UI): Restored the scroll bar OHIF L&F (#5202) 2025-07-13 22:34:18 -04:00
components fix(segmentation): Fixed the manual scrolling of the segments list and implemented automatic scrolling to the active segment. (#5510) 2025-10-21 11:58:23 -04:00
contextProviders fix: viewport ready event firing logic (#5462) 2025-10-06 09:39:56 -04:00
hooks fix(segmentation): Fixed the manual scrolling of the segments list and implemented automatic scrolling to the active segment. (#5510) 2025-10-21 11:58:23 -04:00
lib OHIF with Cornerstone3D 2.0 (#4347) 2024-11-06 07:15:27 -05:00
types feat(app): Decouple colorbar UI from service and enable action menu programatic control (#5018) 2025-05-08 12:51:30 -04:00
utils fix(ui): Enhance UI Components and Update CornerstoneJS Dependencies and resizable panels (#4938) 2025-04-09 16:49:55 -04:00
index.ts fix/remove legacy ui (#5010) 2025-05-02 14:05:40 -04:00
tailwind.css ui(feat): Adds light/dark mode support for viewport overlay text and markers (#5041) 2025-05-15 17:12:53 -04:00