Alireza
4e2ae32874
feat: migrate icons to ui-next ( #4606 )
2024-12-17 13:20:19 -05:00
Alireza
6ec04ca65e
fix(sr): correct jump to first image via viewRef ( #4576 )
2024-12-05 21:39:13 -05:00
Bill Wallace
edfaf7248d
fix: Make the commands ordering the registration order of hte mode ( #4492 )
2024-11-22 12:00:47 -05:00
Ibrahim
5aeed931c2
chore(CI): move tasks from yarn to bun, improve cypress tests ( #4476 )
2024-11-14 13:06:58 -05:00
Alireza
7ce7127d7c
OHIF with Cornerstone3D 2.0 ( #4347 )
2024-11-06 07:15:27 -05:00
Alireza
465df5c573
docs(ui): add base for ui component showcase in docs ( #4414 )
2024-10-15 09:53:26 -04:00
Pedro H. Köhler
b4f08adfb6
fix(dependent): high priority vulnerabilities ( #4396 )
2024-10-01 08:20:19 -04:00
Pedro H. Köhler
aa0e5a5937
fix: ip SSRF improper categorization ( #4319 )
2024-07-30 11:58:50 -04:00
Salim Kanoun
02eb256dc7
docs: Add prettier tailwind ( #4269 )
...
This fixes some docs issues/reformatting issues broken by changes to exclude unneeded dependencies.
2024-06-28 08:06:34 -04:00
Ibrahim
c9cc372581
test(improve-setup): sharding configuration, allow accessing cornerstone methods and events in tests, and add types ( #4255 )
2024-06-25 10:16:51 -04:00
Alireza
71a1e561bf
chore(build): move exaca to dependencies ( #4253 )
2024-06-21 17:21:51 -04:00
Bill Wallace
9d0b729dc5
test: Unit test was failing ( #4249 )
2024-06-21 10:57:35 -04:00
Bill Wallace
88575c6c09
fix: Allow the mode setup/creation to be async, and provide a few more values to extension/app config/mode setup. ( #4016 )
2024-06-19 09:32:00 -04:00
Alireza
4a3b37c6bb
docs(faq, migrations, orthanc): Add FAQ for dynamic measurements, migration guides, and fix orthanc docker ( #4217 )
2024-06-08 08:52:03 -04:00
Alireza
70f2c797f4
feat(ui): move to React 18 and base for using shadcn/ui ( #4174 )
...
Co-authored-by: IbrahimCSAE <ibrahim.mdev@gmail.com>
2024-05-27 14:30:25 -04:00
Ibrahim
fe1a706446
feat(test): Playwright testing integration ( #4146 )
2024-05-21 14:48:35 -04:00
Alireza
f1a736d193
fix(toolbox): Preserve user-specified tool state and streamline command execution ( #4063 )
2024-04-29 11:58:03 -04:00
Alireza
f99a0bfb31
fix(viewport): Reset viewport state and fix CINE looping, thumbnail resolution, and dynamic tool settings ( #4037 )
2024-04-16 11:04:48 -04:00
Leonardo Campos
d57e8bc157
feat(4D): Add 4D dynamic volume rendering and new pre-clinical 4d pt/ct mode ( #3664 )
...
Co-authored-by: Alireza <ar.sedghi@gmail.com>
Co-authored-by: Neil <neil.a.macphee@gmail.com>
2024-04-09 23:57:34 -04:00
Bill Wallace
21e8a2bd0b
fix(demo): Deploy issue ( #3951 )
2024-02-22 14:42:46 -05:00
Alireza
b3a0faf5f5
feat(resize): Optimize resizing process and maintain zoom level ( #3889 )
2024-02-21 13:49:23 -05:00
Alireza
b1efe40aa1
fix(segmentation): upgrade cs3d to fix various segmentation bugs ( #3885 )
2024-01-09 10:15:56 -05:00
Pedro H. Köhler
805c53270f
fix: address and improve system vulnerabilities ( #3851 )
2023-12-13 09:25:41 -05:00
Bill Wallace
00e751933a
fix(DICOM Overlay): The overlay data wasn't being refreshed on change ( #3793 )
2023-11-21 09:05:25 -05:00
edwardyangxin
49514aedfe
fix(recipes): package.json script orthanc:up docker-compose path ( #3741 )
2023-10-23 09:13:24 -04:00
Alireza
7c57f67844
fix(modules): add stylus loader as an option to be uncommented ( #3710 )
2023-10-10 13:21:17 -04:00
dxlin
40673f64b3
feat(Segmentation): download RTSS from Labelmap( #3692 )
...
Co-authored-by: Alireza <ar.sedghi@gmail.com>
2023-10-06 15:00:04 -04:00
Joe Boccanfuso
dc73b18748
fix(cli): various fixes for adding custom modes and extensions ( #3683 )
...
Co-authored-by: Alireza <ar.sedghi@gmail.com>
2023-09-29 10:35:30 -04:00
Alireza
c86b129f58
chore(build): try to publish to npm ( #3675 )
2023-09-25 23:13:43 -04:00
Alireza
2d7721cb58
fix(keyCloak): fix openresty keycloak deployment recipe ( #3655 )
...
Co-authored-by: Joe Boccanfuso <joe.boccanfuso@radicalimaging.com>
2023-09-19 10:11:32 -04:00
Alireza
9045ddaedc
chore(prettier): full repo linting and code reformatting once and for all ( #3627 )
2023-09-01 16:19:39 -04:00
Alireza
b170e7f5ae
chore(prettier): update prettier to fix publish ( #3623 )
2023-08-30 18:38:57 -04:00
Alireza
4c6ff873e8
feat(grid): remove viewportIndex and only rely on viewportId ( #3591 )
...
Co-authored-by: Bill Wallace <wayfarer3130@gmail.com>
2023-08-30 16:46:55 -04:00
Alireza
5d435424e2
lint(curly): consistent use of curly brackets in codebase ( #3584 )
2023-08-09 10:07:33 -04:00
Alireza
72207e6c78
dev(yarn link): make it possible to yarn link easily with cornerstone3D and update docs ( #3563 )
2023-07-27 12:39:12 -04:00
Alireza
4a184d0be7
fix(invert): allows volume viewport to invert and sync their invert status ( #3514 )
2023-07-06 12:09:34 -04:00
Bill Wallace
64f8bb580a
fix(colormap): update opacityMapping to opacity and use simple list renderer( #3464 )
...
Co-authored-by: Alireza <ar.sedghi@gmail.com>
2023-07-04 11:57:59 -04:00
Alireza
83c453d1f3
chore(version): update cs3d version and add iframe documentation ( #3474 )
2023-06-20 10:26:05 -04:00
Joe Boccanfuso
694b4a3f4d
chore(version): update cornerstone version ( #3468 )
2023-06-12 14:23:49 -04:00
Bill Wallace
3d8cc9801a
chore(packages): Remove duplicated packages ( #3456 )
2023-06-07 09:33:13 -04:00
Alireza
fc8b948b0d
chore(build): separate half and half for publish ( #3446 )
2023-06-06 16:02:59 -04:00
Alireza
ac498a51bc
chore(build): try to buld docker files ( #3444 )
2023-06-06 15:00:37 -04:00
Alireza
5c09893de4
chore(build): try to reduce parallel builds ( #3443 )
2023-06-06 14:47:10 -04:00
Alireza
828690cd3b
chore(build): try to build demo and docs ( #3434 )
2023-06-06 13:34:26 -04:00
Alireza
4a17177d81
chore(bump): use cornerstone 3d 1.x ( #3414 )
...
* chore(bump): use cornerstone 3d 1.x
* yarn lock
2023-05-22 15:26:18 -04:00
Joe Boccanfuso
c0fd4416ed
fix(Measurement): fixed line dashing of measurements in various scenarios ( #3407 )
...
* fix(Measurement): fixed line dashing of measurements in various scenarios
For a StackViewport simply rely on the SeriesInstanceUID being part of the
tracked measurements or not.
For a VolumeViewport first check the image id of the current image in the viewport
and then check the SeriesInstanceUID (like for a StackViewport) if an id is returned.
To reliably get the id of the current image, listen for the VOLUME_VIEWPORT_NEW_VOLUME event.
* Changes for PR comments.
2023-05-18 20:59:33 -04:00
Joe Boccanfuso
045e54aa02
fix(Measurement): Use dashed lines for measurments of viewports where getCurrentImageId returns undefined ( #3392 )
...
* fix(Measurement): Use dashed lines for measurments of viewports where getCurrentImageId returns undefined
* Updated cornerstone3d packages
* Fixed code comment.
* Removed unused imports.
2023-05-16 10:02:10 -04:00
Bill Wallace
d5c5951e57
fix(SR): KO series being displayed in browser list ( #3382 )
...
* fix: KO series being displayed in browser list
* fix sr for volume viewports
* move highlight labelmap to RAF
* remove commented code
* fix the hydration bug for the SR
* apply review comments
* revert the key images for sr
* Remove some obsolete changes
* set initial image for sr instead of jump
* Remove viewportType stack
---------
Co-authored-by: Alireza <ar.sedghi@gmail.com>
2023-05-15 08:23:13 -04:00
Pedro H. Köhler
285dff31c5
chore(packages): bump deps to fix vulnerabilities ( #3366 )
2023-05-08 14:04:39 -04:00
Alireza
969e7698fa
chore(bump cs3d): bump package and add caching to webpack ( #3353 )
...
* chore(bump cs3d): bump package and add caching to webpack
* remove test for now
2023-05-03 12:30:02 -04:00