ohif-viewer/platform/ui-next
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
..
.webpack OHIF with Cornerstone3D 2.0 (#4347) 2024-11-06 07:15:27 -05:00
assets feat(image capture): Enhance SEG and RTSS Support with Dependency Updates and Bug Fixes (#4924) 2025-04-04 12:11:29 -04:00
src 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
31fb9346313fc3740d7b.woff2 chore(version): version.json [skip ci] 2025-03-11 13:58:47 +00:00
babel.config.js fix(security): Patch for Babel vulnerability (#5193) 2025-07-11 09:43:56 -04:00
CHANGELOG.md chore(version): Update package versions [skip ci] 2025-10-20 17:12:13 +00:00
components.json chore(ui): creating a playground for the new components (#4301) 2024-07-26 11:04:58 -04:00
package.json chore(version): Update package versions [skip ci] 2025-10-20 17:12:13 +00:00
tailwind.config.js ui(feat): Adds light/dark mode support for viewport overlay text and markers (#5041) 2025-05-15 17:12:53 -04:00
tsconfig.json feat(studies-panel): New OHIF study panel - under experimental flag (#4254) 2024-09-11 14:57:19 -04:00