-
-
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
Feat/customization option for viewport notification #4638
base: master
Are you sure you want to change the base?
Feat/customization option for viewport notification #4638
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.
|
Can you rebase on top of the new customization service and follow what's done there please? Sorry for the inconvenience |
do a |
@sedghi There was no changes found after running 'bun install'. Later installed playwright and run bun tests local then resolved playwright test issues, thank you. |
platform/docs/docs/platform/services/customization-service/sampleCustomizations.tsx
Outdated
Show resolved
Hide resolved
platform/core/src/services/UIViewportDialogService/UIViewportDialogService.ts
Outdated
Show resolved
Hide resolved
extensions/default/src/customizations/notificationCustomization.ts
Outdated
Show resolved
Hide resolved
extensions/cornerstone/src/Viewport/OHIFCornerstoneViewport.tsx
Outdated
Show resolved
Hide resolved
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 think there is no need for rename of message
to content
, default component should be put in the extension getCustomizationModule
extensions/default/src/customizations/notificationCustomization.ts
Outdated
Show resolved
Hide resolved
extensions/cornerstone/src/Viewport/OHIFCornerstoneViewport.tsx
Outdated
Show resolved
Hide resolved
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.
see my comment please
…pdated sample customization
738fc59
to
ba25242
Compare
let me know when this is ready for re-review |
Context
An option has been implemented to allow for the customization of the viewport notification component. This enhancement enables users to tailor viewport notifications, thereby introducing a new component that improves user-friendliness (FlyWheel.io).
Changes & Results
Introduced a provision for displaying customized viewport notifications.
Testing
Checklist
PR
semantic-release format and guidelines.
Code
etc.)
Public Documentation Updates
additions or removals.
Tested Environment