From a078ce3d5dd4364d47a3c3345ec8360dd5ed75b0 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Fri, 12 Feb 2021 11:43:13 +0200 Subject: [PATCH] Description fields should now show calculation errors --- .../ui/properties/forms/ActionForm.vue | 10 ++++++++ .../ui/properties/forms/AttributeForm.vue | 2 ++ app/imports/ui/properties/forms/BuffForm.vue | 6 +++++ .../ui/properties/forms/ClassLevelForm.vue | 7 ++++++ .../ui/properties/forms/ContainerForm.vue | 4 ++++ .../ui/properties/forms/FeatureForm.vue | 8 +++++++ app/imports/ui/properties/forms/ItemForm.vue | 4 ++++ app/imports/ui/properties/forms/SkillForm.vue | 3 +++ .../ui/properties/forms/SlotFillerForm.vue | 7 ++++++ app/imports/ui/properties/forms/SlotForm.vue | 3 +++ app/imports/ui/properties/forms/SpellForm.vue | 5 ++++ .../ui/properties/forms/SpellListForm.vue | 4 ++++ .../forms/shared/CalculationErrorList.vue | 23 +++++++++++++++++-- 13 files changed, 84 insertions(+), 2 deletions(-) diff --git a/app/imports/ui/properties/forms/ActionForm.vue b/app/imports/ui/properties/forms/ActionForm.vue index d19d0ff5..67476669 100644 --- a/app/imports/ui/properties/forms/ActionForm.vue +++ b/app/imports/ui/properties/forms/ActionForm.vue @@ -24,6 +24,7 @@ :hint="actionTypeHints[model.actionType]" @change="change('actionType', ...arguments)" /> + + + + + + + + + + + +