Skip to content
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(advanced-roi-tools): new tools and icon updates and overlay bug fixes #4014

Merged
merged 4 commits into from
Apr 5, 2024

Conversation

IbrahimCSAE
Copy link
Collaborator

@IbrahimCSAE IbrahimCSAE commented Apr 4, 2024

Context

Fixes

#3819
#3721

Changes & Results

  • New icons
  • Fix sizing
  • Add new tools (US bidirectional, Advanced Magnify, Spline, Freehand, Livewire)
  • US evaluator
  • Fix drag probe tool
  • Fix description overlays
  • Fix instance number overlay to only show on acquisition plane

@IbrahimCSAE IbrahimCSAE requested a review from sedghi April 4, 2024 01:53
Copy link

netlify bot commented Apr 4, 2024

Deploy Preview for ohif-dev ready!

Name Link
🔨 Latest commit 20ff102
🔍 Latest deploy log https://app.netlify.com/sites/ohif-dev/deploys/660f653e234ba70008b6cec4
😎 Deploy Preview https://deploy-preview-4014--ohif-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Apr 4, 2024

Deploy Preview for ohif-platform-docs ready!

Name Link
🔨 Latest commit 20ff102
🔍 Latest deploy log https://app.netlify.com/sites/ohif-platform-docs/deploys/660f653eff05f10008c80d9e
😎 Deploy Preview https://deploy-preview-4014--ohif-platform-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

cypress bot commented Apr 4, 2024

Passing run #3793 ↗︎

0 43 0 0 Flakiness 0

Details:

Merge branch 'master' into feat/advanced-roi-tools
Project: Viewers Commit: 20ff10247d
Status: Passed Duration: 06:03 💡
Started: Apr 5, 2024 2:54 AM Ended: Apr 5, 2024 3:00 AM

Review all test suite changes for PR #4014 ↗︎

Copy link

codecov bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.37%. Comparing base (8a335bd) to head (20ff102).
Report is 284 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4014      +/-   ##
==========================================
- Coverage   46.23%   44.37%   -1.87%     
==========================================
  Files          78       80       +2     
  Lines        1276     1334      +58     
  Branches      312      327      +15     
==========================================
+ Hits          590      592       +2     
- Misses        548      589      +41     
- Partials      138      153      +15     

see 10 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 56b1eae...20ff102. Read the comment docs.

@IbrahimCSAE IbrahimCSAE changed the title feat(advanced-roi-tools): new tools and icon updates feat(advanced-roi-tools): new tools and icon updates and overlay bug fixes Apr 4, 2024
@@ -124,7 +124,7 @@ const moreTools = [
evaluate: 'evaluate.viewportProperties.toggle',
}),
createButton({
id: 'Probe',
id: 'DragProbe',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are you changing this? Probe is fine

@@ -124,7 +124,7 @@ const moreTools = [
evaluate: 'evaluate.viewportProperties.toggle',
}),
createButton({
id: 'Probe',
id: 'DragProbe',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert

@@ -212,7 +212,7 @@ const toolbarButtons: Button[] = [
evaluate: 'evaluate.viewportProperties.toggle',
}),
createButton({
id: 'Probe',
id: 'DragProbe',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert

@@ -32,7 +32,7 @@ const ToolbarButton = ({
? toolTipClassName
: sizeToUse === 'toolbar'
? 'w-[40px] h-[40px]'
: 'w-[32px] h-[32px]';
: 'w-[40px] h-[40px]';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is redundant

@sedghi sedghi merged commit cea27d4 into master Apr 5, 2024
10 of 11 checks passed
edcheyjr pushed a commit to edcheyjr/Viewers that referenced this pull request Apr 7, 2024
thanh-nguyen-dang pushed a commit to uc-cdis/Viewers that referenced this pull request May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants