diff --git a/client/web/src/components/panels/Document.vue b/client/web/src/components/panels/Document.vue index 3f6cfb87..300299c1 100644 --- a/client/web/src/components/panels/Document.vue +++ b/client/web/src/components/panels/Document.vue @@ -34,10 +34,10 @@ - - - - + + + + View Mode @@ -46,17 +46,27 @@ - + - - - + + + - + @@ -97,8 +107,8 @@ - - + + @@ -202,20 +212,23 @@ diff --git a/client/web/src/components/widgets/inputs/ShelfItemInput.vue b/client/web/src/components/widgets/inputs/ShelfItemInput.vue index 5ff3a208..7b3eb979 100644 --- a/client/web/src/components/widgets/inputs/ShelfItemInput.vue +++ b/client/web/src/components/widgets/inputs/ShelfItemInput.vue @@ -1,6 +1,6 @@ - + diff --git a/client/web/src/components/widgets/options/ToolOptions.vue b/client/web/src/components/widgets/options/ToolOptions.vue index 85f58fc3..451af7f9 100644 --- a/client/web/src/components/widgets/options/ToolOptions.vue +++ b/client/web/src/components/widgets/options/ToolOptions.vue @@ -1,13 +1,25 @@ - - - - + + + + {{ option.title }} - {{ option.placeholderText }} + {{ option.text }} - + option.callback && option.callback()" + :title="option.tooltip" + v-bind="option.props" + /> + @@ -23,43 +35,15 @@
{{ option.placeholderText }}
{{ option.text }}