ohif-viewer/extensions/default/src
Bill Wallace 6b6761088b
fix: Several new worklist issues (#6130)
* fix: Several new worklist issues

* refactor: Export a single OnStudyDoubleClick type from the StudyList barrel

Addresses PR review feedback: the double-click handler signature was
written out in both TableProps and the WorkList customization cast,
so the two could drift apart.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* feat: Run worklist study double-click as a command, registrable by modes

- Modes can now export getCommandsModule on their definition; appInit
  registers it (via the new ExtensionManager.registerCommandsModule)
  before the mode is instantiated, in a new 'WORKLIST' commands context,
  so the commands are available on the worklist before any mode route
  is entered.
- The workList.onStudyDoubleClick customization is now a command run
  input (name/options) instead of a bare function, defaulting to the
  new launchDefaultMode command, which launches the default workflow
  falling back to the first applicable one. commandOptions.workflowId
  overrides it to a specific mode.
- Duplicate mode ids are now skipped before running their modeFactory
  rather than after.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-10 08:16:16 -04:00
..
Actions fix(SR): Added support for spline and live wire SR items. (#5870) 2026-03-17 08:59:47 -04:00
Components fix(colors): Replace hardcoded colors with theme tokens (#6040) 2026-06-29 12:32:40 -04:00
CustomizableContextMenu chore: recovery 2 (#5014) merge to 3.11 (#5175) 2025-07-03 14:08:46 -04:00
customizations fix: Several new worklist issues (#6130) 2026-07-10 08:16:16 -04:00
DataSourceConfigurationAPI feat(typings): Enhance typing support with withAppTypes and custom services throughout OHIF (#4090) 2024-05-08 12:12:49 -04:00
DicomJSONDataSource fix(configuration): Harden dynamic datasource URL trust boundaries and credential handling. (#5963) 2026-04-21 11:55:14 -04:00
DicomLocalDataSource feat: Add support for labelmap seg images in any supported tsuid (also for compressed bitmap) (#5806) 2026-07-09 20:54:23 -04:00
DicomTagBrowser fix(colors): Replace hardcoded colors with theme tokens (#6040) 2026-06-29 12:32:40 -04:00
DicomWebDataSource feat: Add support for labelmap seg images in any supported tsuid (also for compressed bitmap) (#5806) 2026-07-09 20:54:23 -04:00
DicomWebProxyDataSource fix(dicom-pdf): enhance PDF loading with authentication support 2026-07-06 09:35:26 -04:00
hangingprotocols chore: update French i18n (#5561) 2025-12-12 10:46:56 -05:00
hooks feat(actions): simplify action corner api through the toolbarService (#5033) 2025-05-15 12:08:12 -04:00
MergeDataSource fix(dicom-pdf): enhance PDF loading with authentication support 2026-07-06 09:35:26 -04:00
Panels feat(WorkList): New Study List (WorkList based on ui-next); old study list renamed to LegacyWorklist (#6005) 2026-05-28 12:26:30 -04:00
SOPClassHandlers fix(viewport): Reset viewport state and fix CINE looping, thumbnail resolution, and dynamic tool settings (#4037) 2024-04-16 11:04:48 -04:00
stores fix(segmentation): Changes to fix problems with non hydrated/loaded segmentations to be viewable when switching hanging protocols (e.g. MPR) (#5139) 2025-06-27 07:11:46 -04:00
Toolbar fix(colors): Replace hardcoded black with background color token (#5815) 2026-02-12 13:12:36 -05:00
types fix(Browser history): fixed NPE when navigating a study via browser history and history navigation is now available via the navigateHistory command (#3337) 2023-04-27 10:46:23 -04:00
utils feat: Add support for labelmap seg images in any supported tsuid (also for compressed bitmap) (#5806) 2026-07-09 20:54:23 -04:00
ViewerLayout feat: Add customization URL parameter (#5992) 2026-07-07 15:30:27 -04:00
commandsModule.ts fix: Several new worklist issues (#6130) 2026-07-10 08:16:16 -04:00
findViewportsByPosition.ts OHIF with Cornerstone3D 2.0 (#4347) 2024-11-06 07:15:27 -05:00
getCustomizationModule.tsx feat(ui-next): Adds appearance dialog with theme presets and custom theme support (#6041) 2026-06-29 12:38:46 -04:00
getDataSourcesModule.js fix: Documentation and default enabled for bulkdata load (#4607) 2024-12-17 13:49:42 -05:00
getDisplaySetMessages.ts feat(4D): Add 4D dynamic volume rendering and new pre-clinical 4d pt/ct mode (#3664) 2024-04-09 23:57:34 -04:00
getDisplaySetsFromUnsupportedSeries.js Fix contour annotations RTSS saving (#5545) 2025-11-21 13:07:26 -05:00
getHangingProtocolModule.js fix: bugs after multimonitor (#4680) 2025-01-13 18:32:54 -05:00
getLayoutTemplateModule.js chore(prettier): full repo linting and code reformatting once and for all (#3627) 2023-09-01 16:19:39 -04:00
getPanelModule.tsx OHIF with Cornerstone3D 2.0 (#4347) 2024-11-06 07:15:27 -05:00
getPTImageIdInstanceMetadata.ts Update to use beta 5.0 of CS3D (#5904) 2026-05-19 21:41:37 -04:00
getSopClassHandlerModule.js fix: Enhance multiframe instance handling and improve instance valida… (#5956) 2026-04-13 09:31:28 -04:00
getToolbarModule.tsx feature(segmentation): Add contour tools and utilities in a side panel (#5517) 2025-10-29 14:15:52 -04:00
getViewportModule.tsx feat: add support to scoord3d (#5016) 2025-07-31 00:21:26 -04:00
id.js feat(cli): Ohif cli for modes and extensions modification (#2696) 2022-04-06 13:28:42 -04:00
index.ts feat: Add support for labelmap seg images in any supported tsuid (also for compressed bitmap) (#5806) 2026-07-09 20:54:23 -04:00
init.ts feat(ui-next): Adds appearance dialog with theme presets and custom theme support (#6041) 2026-06-29 12:38:46 -04:00