Commit Graph

12 Commits

Author SHA1 Message Date
Danny Brown
ba261a0d54
fix: support for next/previous image hotkeys via cornerstone extension update
* Bump @ohif/extenions-cornerstone react-cornerstone-viewport dep and cut release

* fix: bump @ohif/extension-cornerstone version to latest

* Catching the yarn lock changes

* Cut new release for cornerstone extension and update Viewers to use it

* Add new commands to netlify dmeo

* Flip directions for next/previous image
2019-07-23 15:39:56 -04:00
David Wire
3398a894a3 feat(commandsModule): Add previousImage and nextImage actions and commands (#710)
* feat(commandsModule): Add `previousImage` and `nextImage` actions and commands

This change adds the keybindings for previousImage (down) and nextImage (up) to the default
configuration and adds the command and action necessary to support it. This pull request is
dependent upon https://github.com/cornerstonejs/cornerstoneTools/pull/1025 which exports the scroll
utility it uses.

* style(default.js): Switch tabs to spaces

* fix(commandsModule): import `scroll` through cornerstoneTools.import
2019-07-23 14:52:29 -04:00
João Felipe de Medeiros Moreira
4b3994e788 feat(StudyList): Disable study list link/route using 'showStudyList' config property (#597)
fix #574
2019-07-08 21:29:59 +02:00
dannyrb
fddcc746d9 No ESM in vanilla modules 2019-06-08 21:23:00 -04:00
dannyrb
78068bed4b push default hotkeys to a shared location 2019-06-08 15:25:39 -04:00
dannyrb
49fe195089 Change HotkeyDefinition to include label 2019-06-05 21:29:50 -04:00
dannyrb
347680fdf5 Setting an active tool 2019-06-05 15:57:00 -04:00
dannyrb
3f5660722e Defaults for hotkeys 2019-06-03 14:27:03 -04:00
dannyrb
03d66233ff Make sure we're registering a hotkey for a command that exists 2019-06-02 23:04:24 -04:00
dannyrb
d29f996e61 formatting 2019-06-02 15:44:01 -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