-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add (expandedWidth, borderSize, collapsedWidth) parameters to the sidePanel component #3606
Conversation
✅ Deploy Preview for ohif-platform-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for ohif-dev canceled.
|
Codecov Report
@@ Coverage Diff @@
## master #3606 +/- ##
==========================================
- Coverage 46.23% 46.09% -0.15%
==========================================
Files 78 78
Lines 1276 1280 +4
Branches 312 312
==========================================
Hits 590 590
- Misses 548 552 +4
Partials 138 138
Continue to review full report in Codecov by Sentry.
|
Sorry for my late response, but can you please update this based on the new side panel? |
…ata source with Google cloud healthcare implementation (OHIF#3589)
…r a data source is not fully configured (OHIF#3620)
Co-authored-by: Bill Wallace <[email protected]>
…HIF#3695) Co-authored-by: Ahmet Altay <[email protected]>
Co-authored-by: pwespi <[email protected]>
…and microscopy side panel (OHIF#3696)
git pull origin master --no-rebase |
position={side === 'left' ? 'right' : 'left'} | ||
key={index} | ||
content={`${childComponent.label}`} | ||
<> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see a lot of places like this where the indentation changed and I am not sure why. Could you please fix this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good change! Thanks!
See my one comment.
Hmmm... the title of the PR says that also |
hi @jbocce, I fixed the stuff you asked for, and I don't think I'm going to add the bordersize and collapsedWidth props because I think they need to be fixed. |
That makes sense and is my preference too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. Thanks again!
@Sofien-Sellami please |
HI @sedghi, there is no change |
sorry you origin is your fork, so git pull upstream? what ever you are calling it git remote -v |
Context
I've made these changes to give the option of changing the sidepanel parameters (expandedWidth, borderSize, collapsedWidth)
Changes & Results
in this example I've expanded the width of the sidePanel
<SidePanel expandedWidth={500} side="right" activeTabIndex={rightPanelDefaultClosed ? null : 0} tabs={rightPanelComponents} servicesManager={servicesManager} />
Testing
Checklist
PR
semantic-release format and guidelines.
Code
etc.)
Public Documentation Updates
additions or removals.
Tested Environment