Commit Graph

211 Commits

Author SHA1 Message Date
Erik Ziegler
3b5fdb678a docs(googleCloud): Fix port in docs to correspond to defaults in config (Thanks @Stormert) 2019-07-21 09:13:23 +02:00
Erik Ziegler
2fd60f3109
docs(google-cloud): Fix OAuth Callback URL (#683) 2019-07-18 11:18:56 +02:00
Erik Ziegler
ef6819cf40
fix(docker-google-cloud): Update docker build process to allow Google Cloud CLIENT_ID to be passed in at runtime, update docs. (#651) 2019-07-11 14:08:00 +02:00
dependabot[bot]
408ba36f4f chore(deps): bump lodash.merge from 4.6.1 to 4.6.2 in /docs/latest (#645)
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 09:01:59 +02:00
Danny Brown
5ac9048ef0
feat: extension panels
* Snapshot -- Switching branches
* fix classes and hooks for panel componet
* Restore button functionality
* feat: support for expandableToolMenu
* Shift cornerstoneTools config up a layer, and use globalToolSync
* Remaining initCornerstoneTools changes
* Pull in Segmentation Plugin
* Shift MeasurementsPanel to an extension
* Note regarding where data is coming from
* Make sure measurement callback is available
* Bump core version
* Shift MeasurementsTable to a local extensions directory
* Register appCommands as an extension
* Update package dependencies and yarn lock
* Support for panel width
* Ability to pass props to our panel component
* Add a safety check around calling our tacked on method for tool options
* Left sidebar plugins + fix activeIndex prop passed to sidebar.
* fix: viewer height
Now in a shared container w/ top bar, so we need to factor that in when calculating height
* lock file latest
* Update thumbnails if studies has changes
* bump cornerstone version to resolve globalToolSynch history issue
* Default panel to open; studies optional
* Bump minor version for ohif-cornestone-extension
* Simplify button logic
* Accommodate odd roundedButtonGroup value change emit
* Map viewers + selectedViewport instead of pulling off the window
2019-07-04 14:09:13 -04:00
Erik Ziegler
c30b88d48a
docs(translating.md): Add Locize logo for their open source sponsorship (#612) 2019-07-01 12:10:56 +02:00
Rodrigo Antinarelli
16cea8681e @ohif/i18n: Fix issues with exports and update docs (#598)
* update i18n version -- already published

* update ohif/i18n version and add modules

* update ohif/i18n version

* update translating documentation

* replace addLocales method and exported modules

* lock files

* Update index.js

* fix(@ohif/i18n): export custom methods in the main i18n object

`initI18n`, `addLocales` and `T` are now being exported inside the main `i18n` object.

* remove unecessary dependencies

* update vtk-extension lock file
2019-06-29 09:33:38 +02:00
Rodrigo Antinarelli
d04bb323f7 @ohif-i18n - Replace use of context to import locales (#575) 2019-06-27 12:01:11 +02:00
Erik Ziegler
5807a948b6 docs(netlify): Add Netlify badge to top of docs page 2019-06-26 11:49:46 +02:00
Danny Brown
51d1679dfb
Merge branch 'master' into feature/extensions-panels-and-docs 2019-06-21 00:00:33 -04:00
dannyrb
03501eddb0 fix typo 2019-06-18 23:33:02 -04:00
dannyrb
2f4961c078 Note regarding docker toolbox and react-proxy 2019-06-18 23:26:27 -04:00
dannyrb
4f3f19de7c Beginnings of commandsModule docs 2019-06-18 21:09:08 -04:00
Danny Brown
39d844f106
Merge branch 'master' into dev-react-proxy 2019-06-18 21:05:13 -04:00
dannyrb
3859359a05 Note regarding how extensions are specified for app 2019-06-18 16:11:38 -04:00
dannyrb
9af3ad414a Clean up code snippet config 2019-06-18 15:29:43 -04:00
dannyrb
8112c569e8 Expanding extensions docs 2019-06-18 15:19:04 -04:00
romulo bordezani
3fa9bc54f8 i18n implementation - Removing bad image from docs 2019-06-13 14:59:16 -03:00
Rodrigo Antinarelli
8c608dc05b update branch 2019-06-12 13:22:46 -03:00
romulo bordezani
4a4d7a2171 Updating i18next documentation. 2019-06-12 03:35:17 -03:00
romulo bordezani
fe4db3b2c5 VTK extension - i18n implementation. 2019-06-10 19:33:15 -03:00
romulo bordezani
d5909f8d74 Merge branch 'master' of https://github.com/OHIF/Viewers into feature/i18n-basics
# Conflicts:
#	extensions/ohif-vtk-extension/package.json
#	extensions/ohif-vtk-extension/rollup.config.js
#	extensions/ohif-vtk-extension/yarn.lock
#	package.json
#	src/App.js
#	src/components/Header/Header.js
#	yarn.lock
2019-06-10 14:54:18 -03:00
Rodrigo Antinarelli
401eab5062 update i18n documentation 2019-06-07 19:53:30 -03:00
romulo bordezani
0753e9ec3c Merge branch 'master' of https://github.com/OHIF/Viewers into feature/i18n-basics
# Conflicts:
#	extensions/ohif-vtk-extension/package.json
#	extensions/ohif-vtk-extension/rollup.config.js
#	extensions/ohif-vtk-extension/yarn.lock
#	package.json
#	src/App.js
#	src/components/Header/Header.js
#	yarn.lock
2019-06-07 17:55:53 -03:00
romulo bordezani
065204a87e i18n - Documentation for i18n 2019-06-06 19:26:08 -03:00
romulo bordezani
6e295ba7c6 i18n - Documentation for i18n 2019-06-06 19:13:16 -03:00
romulo bordezani
ebcd9b3838 i18n - Documentation 2019-06-06 18:57:19 -03:00
Danny Brown
bee9985877
Merge branch 'master' into fix/hotkeys 2019-06-06 14:46:57 -04:00
dannyrb
fa525bcb43 fix(toolbar): reduce the number of tools visible on the toolbar; bump package versions to deploy other fixes 2019-06-05 12:43:03 -04:00
diego0020
1c3f3cfcf6 initial prototype 2019-06-05 09:11:13 -05:00
dannyrb
d29f996e61 formatting 2019-06-02 15:44:01 -04:00
dependabot[bot]
6f6492b4ab
build(deps): bump tar from 2.2.1 to 2.2.2 in /docs/latest
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)
2019-05-30 19:07:24 +00:00
dannyrb
b3f54b4500 Merge branch 'master' of github.com:OHIF/Viewers 2019-05-28 13:03:41 -04:00
dannyrb
4795c8d95e Fix codesandbox link 2019-05-28 10:06:54 -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
4759860c12 canny assets 2019-05-22 15:22:32 -04:00
dannyrb
c4c5e731c4 More context 2019-05-20 11:11:11 -04:00
dannyrb
7550cb5fd5 yalc usage instructions 2019-05-20 11:10:30 -04:00
Danny Brown
7f8f84fefd
Merge branch 'master' into fix/missing-roboto-font 2019-05-19 20:15:44 -04:00
dannyrb
bb58a5f9f7 Docs for missing roboto font 2019-05-19 20:13:44 -04:00
dannyrb
0cb179158e fix(icons): Fix icon path finding 2019-05-17 16:15:41 -04:00
Erik Ziegler
ec3f1aa58d docs(README): Fix URL in README, fix typo in docs 2019-05-17 16:24:45 +02:00
dannyrb
c5faa1704d Add .nojekyll file 2019-05-17 09:42:38 -04:00
dannyrb
5e37931aad Update summary link 2019-05-13 14:45:34 -04:00
dannyrb
0be2d1e675 Previous version URL and update list formatting 2019-05-13 14:44:02 -04:00
dannyrb
d83ebc9ae1 Copy pasta Google Cloud Healtcare docs 2019-05-13 14:31:57 -04:00
dannyrb
e12214395b Collective changes since fork 2019-05-13 14:19:33 -04:00
dannyrb
b6d9b9aefc Tidying up contribution docs 2019-05-13 13:47:42 -04:00
dannyrb
9f0004659e Next steps 2019-05-13 13:03:06 -04:00