diff --git a/client/web/src/components/panels/Document.vue b/client/web/src/components/panels/Document.vue
index 576ec33a9d..c59aa45b29 100644
--- a/client/web/src/components/panels/Document.vue
+++ b/client/web/src/components/panels/Document.vue
@@ -6,49 +6,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- Align
- More alignment-related buttons will be here
-
-
-
-
-
-
-
-
-
-
- Flip
- More flip-related buttons will be here
-
-
-
-
-
-
-
-
-
-
-
-
-
- Boolean
- More boolean-related buttons will be here
-
+
@@ -255,6 +213,7 @@ import RadioInput from "@/components/widgets/inputs/RadioInput.vue";
import NumberInput from "@/components/widgets/inputs/NumberInput.vue";
import DropdownInput from "@/components/widgets/inputs/DropdownInput.vue";
import OptionalInput from "@/components/widgets/inputs/OptionalInput.vue";
+import ToolOptions from "@/components/widgets/options/ToolOptions.vue";
import { SectionsOfMenuListEntries } from "@/components/widgets/floating-menus/MenuList.vue";
const modeMenuEntries: SectionsOfMenuListEntries = [
@@ -401,6 +360,7 @@ export default defineComponent({
NumberInput,
DropdownInput,
OptionalInput,
+ ToolOptions,
},
});
diff --git a/client/web/src/components/widgets/options/ToolOptions.vue b/client/web/src/components/widgets/options/ToolOptions.vue
new file mode 100644
index 0000000000..3be38c2d37
--- /dev/null
+++ b/client/web/src/components/widgets/options/ToolOptions.vue
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+