ohif-viewer/platform/ui
James Petts 68332701ab
[OHIF-309] - Users should be able to delete an SR from the side panel when the behavior is supported by the data source (#1952)
* Remove trailing zeroes from patient age

* WIP reject + remove displaySet.

* ohif-316: Update DICOM SR thumbnail design to include a delete action (#1948)

* add "supportsReject" to netlify config

Co-authored-by: Igor Octaviano <igoroctaviano@gmail.com>
Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
2020-08-19 15:27:34 -04:00
..
src [OHIF-309] - Users should be able to delete an SR from the side panel when the behavior is supported by the data source (#1952) 2020-08-19 15:27:34 -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 Fix broken UI package build (#1990) 2020-08-14 14:25:08 -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-323: Cine Dialog (#1961) 2020-08-19 15:24:07 -04:00
package.json Fix broken UI package build (#1990) 2020-08-14 14:25:08 -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: UI tweaks to satisfy OHIF-161, OHIF-254, OHIF-167, OHIF-249, OHIF-170, OHIF-162 2020-07-02 21:41:55 -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