From 35f6037236cc4cf0bf425287da7341076dd3a554 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Tue, 16 May 2023 16:54:16 +0200 Subject: [PATCH] Form overhaul: Attribute form --- .../ui/properties/forms/AttributeForm.vue | 235 +++++++++--------- 1 file changed, 122 insertions(+), 113 deletions(-) diff --git a/app/imports/client/ui/properties/forms/AttributeForm.vue b/app/imports/client/ui/properties/forms/AttributeForm.vue index ed9d01e2..238d097b 100644 --- a/app/imports/client/ui/properties/forms/AttributeForm.vue +++ b/app/imports/client/ui/properties/forms/AttributeForm.vue @@ -77,18 +77,37 @@ - - +
+
+ Damaged Colors: +
+ + + + + + +
- - - - - - -
- - - - - - - - - - - - - - - - - -
+ + -
-
-
- -
+ + + + + +
+ + + + + + + + + + + + + + + + + + @@ -270,11 +277,13 @@ import FormSections from '/imports/client/ui/properties/forms/shared/FormSection import propertyFormMixin from '/imports/client/ui/properties/forms/shared/propertyFormMixin.js'; import ColorPicker from '/imports/client/ui/components/ColorPicker.vue'; import ResetSelector from '/imports/client/ui/components/ResetSelector.vue'; +import OutlinedInput from '/imports/client/ui/properties/viewers/shared/OutlinedInput.vue'; export default { components: { FormSection, FormSections, + OutlinedInput, ColorPicker, ResetSelector, },