ohif-viewer/platform/docs
Bill Wallace 57205703bb
Fix contour annotations RTSS saving (#5545)
* [WIP] Fix contour annotations RTSS saving

* fix: Export image sop image reference provider

* Fixes for download with filename

* Updates to fix metadata issues with CS3D

* Updates to save menu

* Fixing some additional re-save metadata

* Add support for saving with predecessor image sequence

* PR comment fixes

* fix: Load RTSS after save

* fix segmentation save

* fix load of mixed seg/rt studies

* Use frame module to get information on the frame shown

* Fix study browser to use instances.length when numImageFrames not present

* fix: Load of display set split from multiple non-FOR referenes

* Fix RT and SEG applying to wrong series because of using
referenced series sequence without checkout sop instances

* Fix save seg

* Update to released CS3D versions

* test: Add revokeObjectURL to test download blob

* Add hard dependency on mode-basic to fix build order issues

* fix: build

* Try to fix build segmentation

* PR comments

* PR comment update
2025-11-21 13:07:26 -05:00
..
.netlify fix/runner4 (#4967) 2025-04-16 16:31:24 -04:00
docs Fix contour annotations RTSS saving (#5545) 2025-11-21 13:07:26 -05:00
scripts docs: add llm txt (#5009) 2025-05-01 18:13:21 -04:00
src chore: recovery 2 (#5014) merge to 3.11 (#5175) 2025-07-03 14:08:46 -04:00
static ui(components): updated component font sizes and design component docs (#4486) 2024-11-12 12:33:09 -05:00
versioned_docs/version-3.11 Fix contour annotations RTSS saving (#5545) 2025-11-21 13:07:26 -05:00
versioned_sidebars fix/migration 3p11 (#5370) 2025-08-28 12:57:45 -04:00
.gitignore Initial docusaurus commit 2021-06-15 11:50:38 -04:00
bun.lockb fix(seg): sphere scissor on stack and cpu rendering reset properties was broken (#4721) 2025-01-22 11:36:45 -05:00
CHANGELOG.md chore(version): Update package versions [skip ci] 2025-11-21 14:47:02 +00:00
docusaurus.config.js fix/migration 3p11 (#5370) 2025-08-28 12:57:45 -04:00
package.json chore(version): Update package versions [skip ci] 2025-11-21 14:47:02 +00:00
pluginOHIFWebpackConfig.js docs(ui): add base for ui component showcase in docs (#4414) 2024-10-15 09:53:26 -04:00
postcss.config.js docs(ui): add base for ui component showcase in docs (#4414) 2024-10-15 09:53:26 -04:00
README.md fix(security): For bun, enforce frozen lockfile. For yarn, strongly suggest using frozen lockfile. (#5508) 2025-10-24 16:48:35 -04:00
sidebars.js lint(curly): consistent use of curly brackets in codebase (#3584) 2023-08-09 10:07:33 -04: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
versions.json fix/migration 3p11 (#5370) 2025-08-28 12:57:45 -04:00
yarn.lock chore(deps): bump glob from 10.4.5 to 10.5.0 (#5572) 2025-11-19 08:43:58 -05:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install --frozen-lockfile

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.