ohif-viewer/platform/ui
Danny Brown cae54b0779
Fix/update branch cherry pick (#2039)
* Update all the icons

* Turn off global tool sync; watch as the world burns

* Shift a bunch of things around so we can start tracking/setting per element

* ToolBarService to initiate one of three different calls; callback passed to all button types

* SplitButton and Toolbar Button to use new `onInteraction` prop and new toolbar state

* Changes to toolbar button interface and config

* Fix broken layout selector

* Update SR viewport to activate tools in viewport component

* Duplicate activation logic in measurement tracking extension

* Add alternative/dashed variants for SR Viewport

* pass through "setToolActive" commands for other viewport types

* fix small overlay bugs (no wwwc or scale info)

* Show SpacingBetweenSlices instead of PixelSpacing in patient information dialog

* Fix prop-types

* Update tracked viewport to have alternative tracked styling

* alt styling for SR viewports

* Update to support isLocked + isRehydratable

* fix broken logic

* fix broken logic

* switch icon style

* fix icon styles

* hover and click to start flow

* expedited workflow when data is not dirty (just after SR hydration)

* fix: setting elliptical roi tool

* fix arrow annotate dialog

* fix: do not show learn more button for now

* remove dead code

* simpler cache invalidation

* simpler cache invalidation part 2

* Fix for unable to spand study cards on separate pages
2020-09-14 21:18:46 -04:00
..
src Fix/update branch cherry pick (#2039) 2020-09-14 21:18:46 -04:00
.gitignore feat: nuke UI project; start new with updated tooling BREAKING_CHANGE (#1468) 2020-05-15 12:28:18 +01:00
.stylelintrc.json new examples buttonModules & buttonEmotion + refac 2020-05-15 12:19:05 +01:00
CHANGELOG.md chore(release): publish [skip ci] 2020-05-04 14:15:22 +00:00
doczrc.js OHIF-333: Split Button (#1988) 2020-08-19 15:49:00 -04:00
gatsby-config.js Fix broken UI package build (#1990) 2020-08-14 14:25:08 -04:00
gatsby-node.js fix: Use same config for branch deploys as for deploy previews (#1893) 2020-07-22 19:41:10 +02:00
index.js OHIF-333: Split Button (#1988) 2020-08-19 15:49:00 -04:00
package.json OHIF-333: Split Button (#1988) 2020-08-19 15:49:00 -04:00
postcss.config.js clean up postcss config 2020-05-15 12:29:00 +01:00
README.md Fixes after rebasing 2020-05-15 14:29:27 +02:00
tailwind.config.js Fix/update branch cherry pick (#2039) 2020-09-14 21:18:46 -04:00

@ohif/ui

React component library powered by docz

Commands

# Install
yarn # npm i

# Develop
yarn dev # npm run dev

# Build
yarn build # npm run build

# Serve (the "build" output)
yarn serve # npm run serve