Merge Nightly to Production#61
Merged
Adithyan-Dinesh-Trenser merged 15 commits intoproductionfrom Feb 5, 2026
Merged
Conversation
Back merge the merge commits from production
* Optimized Series filtering in COD * Modifications to support the additional sheet features and fixed the bugs
…being out of context in some sheet-integrated scenarios
…ndled the evaluate function for segmentation tools
* Added manual purge dropdown to delete OPFS files older than a specific time. * Displayed total file size under the table(bottom-center). * Displayed the collective file size of selected rows next to the selected rows count( bottom-left ). * Fixed the issue with StudyDescription not included in the global search. * Fixed the issue with LastUpdated using the formatted value for sorting.
chengke2442
reviewed
Feb 4, 2026
| entries.map(async subDirHandle => { | ||
| if (!maxAgeMs) { | ||
| await dirHandle.removeEntry(subDirHandle.name, { recursive: true }); | ||
| } |
There was a problem hiding this comment.
This if statement is necessary. I have added a comment to describe the use.
chengke2442
approved these changes
Feb 4, 2026
chengke2442
left a comment
There was a problem hiding this comment.
LGTM. Let's merge this first to verify the functionality. We can monitor the performance in a real-world scenario and iterate if needed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support for updated review sheet template.
Made the right form panel open by default when launching the viewer( in
viewerandsegmentationmodes ).OPFS management tool improvements
Added UserProject header to segmentation requests.
Bug fixes and optimisation.
Bug fixes and optimisation in cod-dicomweb-server package.