Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
a11cf60
feat(vue3): upgrade to vue 3 and vuetify 3
floryst Apr 13, 2023
a21b4c5
feat(theme): customized themes
floryst Apr 14, 2023
2552bd6
Merge branch 'main' into vue3
floryst Apr 19, 2023
a681234
chore(vue-cli): use vuetify cli plugin
floryst Apr 19, 2023
5a86acd
fix: vuetify 3 changes
floryst Apr 19, 2023
21e689b
feat(PersistentOverlay): use custom overlay
floryst Apr 19, 2023
aafde10
fix(vuetify): bad theme test
floryst Apr 19, 2023
d346375
fix(App): use toolbutton loading prop
floryst Apr 19, 2023
ea53e0b
fix: default expansion panel behavior
floryst Apr 19, 2023
88e027c
fix(Annotations): show empty-state messages
floryst Apr 19, 2023
edde741
fix(ruler): watch pointState instead of widget
floryst Apr 20, 2023
cb2970a
fix: misc styles update
floryst Apr 20, 2023
151824f
fix(messages): toasts cannot render vuetify
floryst Apr 20, 2023
9f88631
fix(style): nicer light theme colors
floryst Apr 20, 2023
628412a
fix(view): out-of-order disabling of rescale
floryst Apr 20, 2023
b93a241
Merge branch 'origin/main' into vue3
floryst Apr 24, 2023
554c82a
fix(RulerWidget): guard against nonexistent ruler
floryst Apr 24, 2023
27a5922
fix(RectangleWidget2D): watch pointState
floryst Apr 24, 2023
0faa3fa
feat(VolumeRendering): simpler shift/width sliders
floryst Apr 24, 2023
a588089
fix(VtkThreeView): flicker on same selection
floryst Apr 24, 2023
7c66911
feat(Annotations): show rectangles
floryst Apr 24, 2023
e8bb370
fix(Ruler/pointState): getRuler can be undefined
floryst Apr 24, 2023
7d7cad2
chore: upgrade vtk.js
floryst Apr 24, 2023
41d5e07
refactor(useSceneBuilder): simplify computed
floryst Apr 25, 2023
a760270
fix(useSceneBuilder): check for array changes
floryst Apr 25, 2023
53e1e30
fix(LPSView2DProxy): don't call parent addRep
floryst Apr 25, 2023
56dbb67
feat(windowingStore): split out windowing store
floryst Apr 25, 2023
cfaf56a
feat(viewSliceStore): split out slicing store
floryst Apr 25, 2023
618c9cc
feat(viewCameraStore): split out camera store
floryst Apr 25, 2023
79193a9
feat(volumeColoringStore): split coloring store
floryst Apr 25, 2023
12bba5e
feat(layerColoring): split out layer config store
floryst Apr 25, 2023
c6da895
fix(layout): menu and switching errors
floryst Apr 25, 2023
e2c6dab
fix(VtkThreeView): reset camera after scene
floryst Apr 25, 2023
3226617
fix(Browser): do not hide layerable button
floryst Apr 25, 2023
887d733
fix(dicomweb): rename v-expansion-panel components and v-overlay
PaulHax Apr 26, 2023
228d630
Merge pull request #313 from PaulHax/dicomweb-fixes
floryst Apr 26, 2023
fc9af92
fix(windowing): sync min/max as well
floryst Apr 26, 2023
0f3e908
fix(PatientBrowser): auto flex basis on header
floryst Apr 26, 2023
ef44372
fix(PatientBrowser): guard against deleted patient
floryst Apr 26, 2023
c7e5b0e
fix(App): show loading notification
floryst Apr 28, 2023
1d4d13f
Merge branch 'main' into vue3
floryst May 12, 2023
aa83773
chore: remove @vue/composition-api
floryst May 12, 2023
4641dec
style: prettier adjustments
floryst May 12, 2023
40961ff
fix: switch to using renderLater
floryst May 12, 2023
9ac5659
fix(VolumeProperties): less intrusive alert
floryst May 12, 2023
85542d4
Merge branch 'origin/main' into vue3
floryst May 16, 2023
3008e9f
fix(AboutBox): improved layout and styles
floryst May 16, 2023
8f36982
fix(App): adjust styles for mobile
floryst May 16, 2023
9a3d2f9
fix(AboutBox): Discourse link and adjust styles
floryst May 16, 2023
608d2a9
fix(AboutBox): move version info block lower
floryst May 16, 2023
b540058
style: delete unused code
floryst May 16, 2023
9fb5435
Merge branch 'main' into vue3
floryst May 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ module.exports = {
],

extends: [
'plugin:vue/essential',
'plugin:vue/vue3-essential',
'@vue/airbnb',
'prettier',
'prettier/vue',
Expand Down
Loading