Rodrigo Antinarelli
5783c7cfdb
temporary structure for studylist
2020-05-15 12:34:57 +01:00
Rodrigo Antinarelli
29bf8ed464
create initial studylist placeholder files
2020-05-15 12:33:13 +01:00
Rodrigo Antinarelli
ac1088e1e3
fix typography colors
2020-05-15 12:33:12 +01:00
Rodrigo Antinarelli
3a63c3d20b
update lock file
2020-05-15 12:33:12 +01:00
Rodrigo Antinarelli
52a2cdf702
fix iconButton sizes
2020-05-15 12:33:12 +01:00
Rodrigo Antinarelli
16bd29077e
fix theme colors
2020-05-15 12:33:10 +01:00
Rodrigo Antinarelli
cdcfc7115f
update tailwind base config with custom theme
2020-05-15 12:32:32 +01:00
Rodrigo Antinarelli
7c802da4d8
fix theme colors for IconButton
2020-05-15 12:32:32 +01:00
Rodrigo Antinarelli
bcc2285afa
add custom font
2020-05-15 12:32:31 +01:00
Rodrigo Antinarelli
b9cd4a6095
add how to import in button documentation
2020-05-15 12:32:29 +01:00
Rodrigo Antinarelli
82079a219d
fix button proptype
2020-05-15 12:31:50 +01:00
Rodrigo Antinarelli
7749da5555
feat: Typography component
2020-05-15 12:31:49 +01:00
Rodrigo Antinarelli
c6f9f092b4
extend tailwind theme -- add default colors
2020-05-15 12:31:49 +01:00
Rodrigo Antinarelli
8463efe512
fix docz theme
2020-05-15 12:31:46 +01:00
Rodrigo Antinarelli
e63dccdb4e
fix docz wrapper propTypes
2020-05-15 12:31:15 +01:00
Rodrigo Antinarelli
8ab6ccd570
remove old tailwind config file
2020-05-15 12:31:15 +01:00
Rodrigo Antinarelli
f7a0a2bd92
update tailwind theme
2020-05-15 12:31:15 +01:00
Danny
a0b73d2b1f
bump yarn version for netlify
2020-05-15 12:31:14 +01:00
Rodrigo Antinarelli
e84f88691f
fix unexpected comma
2020-05-15 12:30:15 +01:00
Rodrigo Antinarelli
da4ebddc65
remove unused proptype definition
2020-05-15 12:29:03 +01:00
Rodrigo Antinarelli
014f2d3513
clean up postcss config
2020-05-15 12:29:00 +01:00
Danny Brown
d6e3b45f3c
feat: nuke UI project; start new with updated tooling BREAKING_CHANGE ( #1468 )
...
BREAKING_CHANGE
* initial structure for components rewrite
* WIP Input
* WIP Label
* add button props
* add label class name
* fix dependency
* new examples buttonModules & buttonEmotion + refac
* clean up to merge initial code into base branch
* remove unused file
* extend default theme -- add new colors
* chore: prettier formatting
* chore: try to exclude feature branch PRs
* chore: suggest toml syntax highlighting extension
* chore: capture yarn.lock changes
* docs: condense readme
* chore: update deploy preview to build docz component library
* chore: Add component library to deploy preview index
* chore: fix invalid tailwindcss config
* chore: try tweaking toml to kickstart preview
* chore: revert
* chore: fix formatting of file index
* chore: don't waste precious build minutes on a broken build
* chore: chmod build-and-deploy.sh
* ci: nuke circleci until we need the workflows on master
* debug lerna commands
* remove redundant yarn commands
* try nohoist
* revert tests
* attempt to resolve import issue
* force update yarn lock
* try new workarounds for yarn version
* another workaround
* shift vtk to extension repo deps
* catch vtk addition
* update lock
* Try older yarn version
* try again
* debugging
* fix: yarn doctor warnings
* learn some life lessons from the yarn docs
* clean up netlify.toml
* clean up netlify.toml
* yarn package doctor react-dom
* yarn doctor: missing peer dep
* yarn doctor, satisfying webpack loader peer deps
* fix docz base path for deploy-preview
* yarn docter: replaced prePublishOnly usage
* More yarn doctoring
* ignore .yarn directory
* fix last yarn doctor warning
* updated yarn lock
Co-authored-by: Rodrigo Antinarelli <rodrigoantinarelli@gmail.com>
2020-05-15 12:28:18 +01:00
Rodrigo Antinarelli
8c90d76ea6
feat: create IconButton component
2020-05-15 12:21:23 +01:00
Rodrigo Antinarelli
cdb2ef72a3
update Button docs
2020-05-15 12:21:23 +01:00
Rodrigo Antinarelli
36d5a46028
feat: Button Component
2020-05-15 12:21:19 +01:00
Rodrigo Antinarelli
4a24bcbeb5
extend default theme -- add new colors
2020-05-15 12:20:06 +01:00
Rodrigo Antinarelli
ba3802968b
remove unused file
2020-05-15 12:20:06 +01:00
Rodrigo Antinarelli
e3bb30a591
base branch for ui v2
2020-05-15 12:20:02 +01:00
Rodrigo Antinarelli
3110978d03
clean up to merge initial code into base branch
2020-05-15 12:19:09 +01:00
Rodrigo Antinarelli
b53d4528fb
new examples buttonModules & buttonEmotion + refac
2020-05-15 12:19:05 +01:00
Rodrigo Antinarelli
d03e3d3928
fix dependency
2020-05-15 12:18:35 +01:00
Rodrigo Antinarelli
ddac8a4299
add label class name
2020-05-15 12:18:34 +01:00
Rodrigo Antinarelli
f713306fe3
add button props
2020-05-15 12:18:34 +01:00
Rodrigo Antinarelli
c68d0173df
WIP Label
2020-05-15 12:18:34 +01:00
Rodrigo Antinarelli
7617a8b9ee
WIP Input
2020-05-15 12:18:34 +01:00
Rodrigo Antinarelli
c391c007ff
initial structure for components rewrite
2020-05-15 12:18:30 +01:00
ohif-bot
944afe4a3e
chore(release): publish [skip ci]
...
- @ohif/viewer@4.0.0
2020-05-14 14:24:17 +00:00
Igor Octaviano
b1678ce639
fix: 🐛 Fix race condition when loading derived display sets ( #1718 )
...
When we have multiple SEGs/RTSTRUCTs we intend to load the most recent
by default.
BREAKING CHANGE: 🧨 However we start to load once the first set of metadata arrives. We need
to wait until all series metadata is fetched.
✅ Closes : #1715
Co-authored-by: James Petts <jamesapetts@gmail.com>
2020-05-14 15:20:23 +01:00
ohif-bot
39937cca08
chore(release): publish [skip ci]
...
- @ohif/extension-dicom-rt@0.1.4
- @ohif/extension-vtk@1.5.6
- @ohif/core@2.9.6
- @ohif/viewer@3.11.11
2020-05-14 11:53:42 +00:00
Igor Octaviano
f7b8b6a41c
fix: 🐛 Load default display set when no time metadata ( #1684 )
...
* fix: 🐛 Load default display set when no time metadata
Load default displayset (first item in the array) when no series date or
series time availalbe
✅ Closes : #1683
* Add batch update
* Fix tests.
Co-authored-by: James Petts <jamesapetts@gmail.com>
2020-05-14 12:51:57 +01:00
ohif-bot
79fe442293
chore(release): publish [skip ci]
...
- @ohif/viewer@3.11.10
2020-05-13 14:03:09 +00:00
Danny Brown
875238e5b0
chore: add fuzzymatching to default server configs
...
Add fuzzymatching to default server configs
2020-05-13 10:00:55 -04:00
Erik Ziegler
d2d3ca2828
Add fuzzymatching to default server configs
2020-05-13 15:58:29 +02:00
ohif-bot
cebea832a3
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.7.3
- @ohif/extension-dicom-rt@0.1.3
- @ohif/extension-dicom-segmentation@0.2.6
- @ohif/extension-vtk@1.5.5
- @ohif/core@2.9.5
- @ohif/viewer@3.11.9
2020-05-12 14:49:58 +00:00
James Petts
c4f84b1174
fix: 🐛 Fix seg color load ( #1724 )
2020-05-12 15:47:35 +01:00
ohif-bot
f9fe4232e7
chore(release): publish [skip ci]
...
- @ohif/extension-dicom-segmentation@0.2.5
- @ohif/extension-vtk@1.5.4
- @ohif/core@2.9.4
- @ohif/viewer@3.11.8
2020-05-06 17:20:22 +00:00
Igor Octaviano
42c22df1b6
Segmentation UI for VTKjs ( #1685 )
...
* Add single viewport configuration
* Multiple viewport configuration
* Improve performance by using independent set methods
* Add jump to slice command
* Add context configuration
* Cache panel visibility
* Fix sync between vtk and cornerstone
* Remove apis index
* Add approach
* Add loading to update volumes
* Fix broken configuration
* Bump vtk version
* Use loading label
* Update cy tests after vtk loading label changed
* Remove loading for segs
2020-05-06 18:17:44 +01:00
ohif-bot
19a8e71317
chore(release): publish [skip ci]
...
- @ohif/extension-dicom-segmentation@0.2.4
- @ohif/viewer@3.11.7
2020-05-04 14:46:58 +00:00
James Petts
fa95bae6ef
Support initialization of segment color from RecommendedDisplayCIELabValue ( #1709 )
...
* fix: 🐛 Proper error handling for derived display sets
* Revert idc.js change
* Load correct Segment colors.
2020-05-04 15:43:09 +01:00
ohif-bot
8a20a0526e
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.7.2
- @ohif/extension-dicom-html@1.2.2
- @ohif/extension-dicom-rt@0.1.2
- @ohif/extension-dicom-segmentation@0.2.3
- @ohif/extension-vtk@1.5.3
- @ohif/core@2.9.3
- @ohif/ui@1.4.4
- @ohif/viewer@3.11.6
2020-05-04 14:15:22 +00:00