Commit Graph

2514 Commits

Author SHA1 Message Date
dannyrb
2f1e3d2734 Use oval in place of circle 2019-05-30 14:56:02 -04:00
dannyrb
efe21b9121 fix: logo should have a consistent look and feel 2019-05-30 13:37:17 -04:00
dannyrb
5871a2faf7 @swederik's prop to show prettier SR thumbnails 2019-05-30 13:36:48 -04:00
dannyrb
b6e5faba1b bumpity bump bump 2019-05-30 12:57:46 -04:00
dannyrb
22b1c89c07 Publish scoped version of ohif-cornerstone-extension 2019-05-30 12:48:41 -04:00
dannyrb
57203d783e fix(icons): Fix icon usage across all packages and extensions 2019-05-30 12:28:20 -04:00
dannyrb
2b874f9564 bump to latest react-viewerbase 2019-05-30 12:13:56 -04:00
dannyrb
e955f54f61 Update incorrect icon name in labeling flow 2019-05-30 12:08:46 -04:00
dannyrb
e35a251ab8 Use new scoped import 2019-05-30 12:06:44 -04:00
dannyrb
6e0b14a198 Bump dependent version 2019-05-30 12:06:28 -04:00
dannyrb
b78a780ff2 Bump to latest ohif-vtk-extension 2019-05-30 11:59:58 -04:00
dannyrb
996d5f40ca formatting 2019-05-30 11:54:59 -04:00
dannyrb
59b54ffb39 add react-viewerbase to globals 2019-05-30 11:54:42 -04:00
dannyrb
ab823cce43 Make public 2019-05-30 11:54:21 -04:00
dannyrb
2066b97771 Use scoped package name 2019-05-30 11:50:27 -04:00
dannyrb
15972744b4 Move vtk extension's react-viewerbase to peerDeps; bump version 2019-05-30 11:40:11 -04:00
dannyrb
c16654514d Re-apply semicolons 2019-05-30 00:46:45 -04:00
dannyrb
ffbd6ad6e4 Merge branch 'master' of github.com:OHIF/Viewers
# Conflicts:
#	extensions/ohif-cornerstone-extension/package.json
#	package.json
#	src/components/Header/Header.js
#	src/components/Labelling/LabellingFlow.js
#	src/components/OHIFLogo/OHIFLogo.js
#	src/connectedComponents/ConnectedPluginSwitch.js
#	src/connectedComponents/ToolbarRow.js
#	src/utils/getDefaultToolbarButtons.js
#	src/utils/getDefaultToolbarButtons.test.js
#	yarn.lock
2019-05-30 00:46:00 -04:00
dannyrb
30ac5d1144 Bump to latest published deps 2019-05-30 00:28:16 -04:00
dannyrb
2b9d2ce107 Bump to v0.0.33 2019-05-30 00:27:37 -04:00
dannyrb
6519bb08ee Fix missing logo/icon 2019-05-30 00:12:43 -04:00
dannyrb
770cc5abed Hard requirement on newer version of react-viewerbase 2019-05-30 00:12:18 -04:00
dannyrb
f51b9391d1 Use updated icon names 2019-05-29 23:47:26 -04:00
dannyrb
115445a30b YouTube button 2019-05-29 23:46:42 -04:00
Danny Brown
a3405e7a9e
Merge pull request #504 from dannyrb/master-semicolon-fix
semicolon fix
2019-05-29 10:37:36 -04:00
dannyrb
fb7c229b43 prettier applied to all files in src/ 2019-05-29 08:39:54 -04:00
dannyrb
433bb219b0 Force semi-colon use 2019-05-29 08:37:35 -04:00
Evren Ozkan
6b8d1a695b
fix(layout): Fix the issues with displaying vtkjs viewports (#500)
* fix(dependencies): Bump react-cornerstone-viewport to 0.1.29

* fix(dependencies): Bump ohif-cornerstone-extension to 0.0.32

* fix(layout): Get missing display set fields in viewport specific data from the original display set

* fix(layout): Cache the viewport data to be used for the replaced viewport when it is empty since viewportSpecificData is cleaned when viewport is changed
2019-05-28 19:02:33 -04:00
dannyrb
7eaa4378bc Use Icon component in place of icons.svg 2019-05-28 14:57:07 -04:00
dannyrb
6cd84dfa27 Use new icon logic 2019-05-28 14:51:29 -04:00
dannyrb
ac44228b94 Kill old icons logic 2019-05-28 14:50:22 -04:00
dannyrb
97899570ae Formatting 2019-05-28 13:19:06 -04:00
dannyrb
1c14f41bd0 Use new Dropdown props format 2019-05-28 13:18:40 -04:00
dannyrb
b3f54b4500 Merge branch 'master' of github.com:OHIF/Viewers 2019-05-28 13:03:41 -04:00
dannyrb
e80f089daa Merge branch 'master' of github.com:dannyrb/Viewers 2019-05-28 13:03:18 -04:00
Evren Ozkan
f1f2981415
fix(dependencies): Bump cornerstone-tools to 3.11.0 (#497) 2019-05-28 10:49:01 -04:00
Danny Brown
3125cd6417
Merge pull request #496 from dannyrb/fix/codesandbox-embedded
Fix codesandbox link
2019-05-28 10:09:11 -04:00
dannyrb
4795c8d95e Fix codesandbox link 2019-05-28 10:06:54 -04:00
Evren Ozkan
3c8e646f0f
fix(dependencies): Bump react-cornerstone-viewport to 0.1.28 (#490)
* fix(dependencies): Bump react-cornerstone-viewport to 0.1.28

* fix(dependencies): Bump ohif-cornerstone-extension to 0.0.31
2019-05-27 19:02:05 -04:00
Evren Ozkan
3bae254a6f
fix(hotkeys): Fix the issues with hotkeys (#488)
* wip viewport

* refactoring to do not use dispatch from window

* fixing server active testing

* fix(dependencies): Bump ohif-core to 0.5.5
2019-05-27 11:31:39 -04:00
Evren Ozkan
c2eb5f342f
Revert "React viewport (#439)" (#487)
This reverts commit b24a502433.
2019-05-27 11:09:11 -04:00
Biharck Araujo
b24a502433
React viewport (#439)
Implementing hotkeys actions
2019-05-27 08:22:33 -03:00
Danny Brown
e830d0f41e
Merge pull request #481 from dannyrb/master
Add roadmap, update embedded-viewer recipe
2019-05-22 16:13:58 -04:00
Danny Brown
812c9bdb49
Merge branch 'master' into master 2019-05-22 16:01:44 -04:00
dannyrb
dc2336e6e7 docs: embedded viewer and roadmap updates (readme and docs) 2019-05-22 16:00:51 -04:00
dannyrb
b6fedc434a Update embedded viewer docs 2019-05-22 15:57:35 -04:00
dannyrb
e5369b995a Roadmap section to readme 2019-05-22 15:24:38 -04:00
dannyrb
5a2eb9dacc Component library link in title bar 2019-05-22 15:22:59 -04:00
dannyrb
4759860c12 canny assets 2019-05-22 15:22:32 -04:00
dannyrb
6b4463b30a Add demo and roadmap to top of readme 2019-05-22 14:52:26 -04:00