V2.2 improvements - #12
Merged
Merged
Conversation
- enhance settings UI with output handling options - reorganize setting sections and captions - improve collapsible sections
… indexed in dicomstore
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces improvements to the MHub Runner extension, focusing on enhancing UI organization and adding configurable output handling behavior for model runs.
Changes:
- Reorganized settings UI with improved section names and collapsible sections that auto-collapse when another is opened
- Added configurable output handling options (load/import, load only, import only, do nothing) with associated completion behavior settings
- Refactored segmentation loading to support fallback manual loading when database loading fails
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 14 comments.
| File | Description |
|---|---|
| MHubRunner/Resources/UI/MHubRunnerSettings.ui | Reorganizes settings sections, moves Docker Executable field to Docker section, adds output handling UI controls |
| MHubRunner/MHubRunner.py | Implements output handling logic, settings section auto-collapse, manual segmentation loading fallback, and completion notification controls |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
Author
|
@copilot open a new pull request to apply changes based on the comments in this thread |
NOTE: we explicitly don't load all files but only the first one. The user can open any file through the Output tab.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
No description provided.