Commit Graph

126 Commits

Author SHA1 Message Date
dannyrb
d9e45261f3 Registering some initial commands 2019-05-31 16:25:10 -04:00
dannyrb
ae0858bdd3 Shift store init to own directory 2019-05-31 11:55:44 -04:00
dannyrb
dcb21d9759 Poor man's fix for SR thumbnails. CC: @swederik 2019-05-30 15:04:54 -04:00
dannyrb
2f1e3d2734 Use oval in place of circle 2019-05-30 14:56:02 -04:00
romulo bordezani
376b2c518a i18n basic setup 2019-05-30 15:41:15 -03: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
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
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
6519bb08ee Fix missing logo/icon 2019-05-30 00:12:43 -04:00
dannyrb
f51b9391d1 Use updated icon names 2019-05-29 23:47:26 -04:00
dannyrb
fb7c229b43 prettier applied to all files in src/ 2019-05-29 08:39:54 -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
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
7f8f84fefd
Merge branch 'master' into fix/missing-roboto-font 2019-05-19 20:15:44 -04:00
dannyrb
a45eb42e6b Add note regarding preference for SVG over entire font for logo text 2019-05-19 20:15:07 -04:00
dannyrb
a03a3f7e29 sneak in remaining icon fix 2019-05-17 16:14:56 -04:00
dannyrb
aa34839bf8 Remove unused setup buttons 2019-05-17 16:14:33 -04:00
dannyrb
4cd1763ab7 Fix // issue with icon path resolution 2019-05-17 16:00:37 -04:00
dannyrb
776f5b0e8c No need to produce a warning here 2019-05-15 15:45:42 -04:00
Evren Ozkan
065a81d6e7
fix(measurements): Show missing measurements in measurement table (#426)
- Bump cornerstone-tools to 3.9.0, ohif-core to 0.5.2 and react-viewerbase to 0.4.1
- Add bidirectional, elliptical, circle and rectangle roi tools
- Support labeling and context-menu for all annotation tools
- Sort measurements by lesion naming number to show the last added measurement in the end in measurement table
2019-05-13 18:07:57 -04:00
dannyrb
90d79ec9e2 White labeling (custom logo) notes 2019-05-10 13:58:30 -04:00
dannyrb
6582d6367e Mark required props as required; sensible defaults for optional props 2019-05-09 16:10:14 -04:00
dannyrb
1772317aa3 Remove app props we never see provided 2019-05-09 16:09:34 -04:00
dannyrb
cfd1cd0797 Only set a userManager if we have a non-empty oidc array 2019-05-09 16:07:21 -04:00
Danny Brown
b7f100f601
Merge branch 'react' into docs/orthanc-proxy 2019-05-09 12:10:16 -04:00
dannyrb
5cd9d8c819 Warning about access token fail 2019-05-08 20:14:16 -04:00
dannyrb
f495ccfa3f Clean up oidc config 2019-05-07 15:42:11 -04:00
dannyrb
08db413024 Use first client config to create our UserManager 2019-05-03 21:18:13 -04:00
Evren Ozkan
c9ddb23d9c
Add measurement table functions (#415)
* fix(measurements): Add measurement table functions
- Support for labeling measurements and adding measurement description
- Jump to measurement when clicked on measurement table

* fix(layout): Fix the issues with layout when switched with different plugins

* fix(measurements): Support for deleting measurements in measurement table

* fix(measurements): Add context menu for measurements

* fix(dependencies): Bump ohif-core to 0.4.2
2019-05-02 17:12:06 -04:00
dannyrb
2cbeb26eb4 Make sure our baseDirectory ends in a forward slash 2019-05-01 13:28:18 -04:00
dannyrb
f583af0f20 Remove typo in names 2019-05-01 13:13:11 -04:00
dannyrb
7f52bade3e Pull config from window for now 2019-05-01 13:10:44 -04:00
dannyrb
94e45b1b65 Add unit test 2019-05-01 13:07:43 -04:00
dannyrb
3a38bdd416 fix(App.js): Fixed broken toolbar icons not rendering with base tag removed 2019-05-01 12:56:41 -04:00
Evren Ozkan
4532d2fe7f bump(dependencies): Bump ohif-cornerstone-extension to 0.0.28 and react-viewerbase to 0.3.2 2019-04-30 16:47:14 -04:00
dannyrb
686f613fd0 Use absolute path for webworker scripts 2019-04-30 16:11:06 -04:00
dannyrb
140c0b48e7 Merge branch 'deploying-static-site-2' into react-upstream 2019-04-30 09:59:16 -04:00
biharck
e39e3dd5d5 merge from ract and adding docker-compose PACs configuration files 2019-04-30 10:32:53 -03:00
dannyrb
d844308e32 Add test for utils folder grouped exports 2019-04-30 00:03:47 -04:00
dannyrb
ed5fdb1de2 Test that we return _something_ 2019-04-29 15:52:04 -04:00
dannyrb
97a8a4f52c Super basic oidc tests 2019-04-29 15:42:21 -04:00
dannyrb
69fb4d7947 Shift oidc and initWebworkers to own files 2019-04-29 15:39:09 -04:00
dannyrb
70f83f131a Try to find ideal defaults 2019-04-29 15:06:17 -04:00
dannyrb
a5146e6f38 Remove basetag 2019-04-29 15:00:51 -04:00
dannyrb
319af9bde3 Nuke root url 2019-04-29 14:42:29 -04:00
dannyrb
6177a02f18 Shift default config to own file 2019-04-29 13:29:37 -04:00
dannyrb
eec3155298 Simplify loading init config 2019-04-29 13:20:11 -04:00
dannyrb
c9b043420b Revert codesplitting 2019-04-29 09:22:20 -04:00
dannyrb
19aa4b23cd Codesplit at route level 2019-04-29 08:32:49 -04:00
dannyrb
5713de49e2 Remove unused routes/index.js 2019-04-29 08:32:26 -04:00
dannyrb
91613d6bb0 Async component for dynamic imports 2019-04-29 08:31:40 -04:00
dannyrb
fbd75ed1e7 Formatting; rename BrowserRouter to Router 2019-04-28 15:54:56 -04:00
dannyrb
66f587a5f9 Pull info from node env var, not package.json 2019-04-28 15:14:20 -04:00
biharck
bfedc907bb merging with react branch 2019-04-26 22:34:57 -03:00
biharck
b0d06baf29 adding more details at the getting-started readme and changing react index to use .js config files 2019-04-26 22:20:17 -03:00
biharck
610aeb1b9a rolling back querystring 2019-04-26 22:04:11 -03:00
Danny Brown
3279ab37c1
Merge branch 'react' into react-documentation 2019-04-26 11:52:21 -04:00
dannyrb
eb562f730f Sanity test only for now 2019-04-25 16:52:44 -04:00
dannyrb
ae92d07a5a Stubbed sanity test 2019-04-25 16:51:07 -04:00
dannyrb
256ba0d42f Configure jest -- fix a few common issues 2019-04-25 16:44:41 -04:00
biharck
2fa8567cd9 Replacing query-string to querystring 2019-04-24 09:00:36 -03:00
dannyrb
37368ca30e Formatting 2019-04-19 12:42:26 -04:00
dannyrb
b8f38a200e remove lingering sha import 2019-04-16 16:57:29 -04:00
dannyrb
822ee3143d Remove sha file creation (contained most recent commit hash) 2019-04-16 16:29:09 -04:00
dannyrb
72cdebccf4 🧹🧹🧹 Don't mind me. Just moving things around 2019-04-15 16:44:36 -04:00