From 2ffd889bd739228c5e292a8e3edf13831ee29f3a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 29 Apr 2021 23:59:52 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 ++ ayanova/src/components/alert-control.vue | 22 ++++++++++++++++++++++ ayanova/src/components/error-control.vue | 3 +-- ayanova/src/main.js | 2 ++ ayanova/src/views/cust-customer.vue | 4 ++-- ayanova/src/views/svc-workorder.vue | 4 +++- ayanova/src/views/vendor.vue | 4 ++-- 7 files changed, 34 insertions(+), 7 deletions(-) create mode 100644 ayanova/src/components/alert-control.vue diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9f98aaff..592fd370 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -287,6 +287,8 @@ todo: many biz objects are not using new PUT methodology CURRENTLY DOING: front end full in + alert / popup notes + diff --git a/ayanova/src/components/alert-control.vue b/ayanova/src/components/alert-control.vue new file mode 100644 index 00000000..9088d6ad --- /dev/null +++ b/ayanova/src/components/alert-control.vue @@ -0,0 +1,22 @@ + + diff --git a/ayanova/src/components/error-control.vue b/ayanova/src/components/error-control.vue index 9d4ce765..f0fae286 100644 --- a/ayanova/src/components/error-control.vue +++ b/ayanova/src/components/error-control.vue @@ -5,8 +5,7 @@ data-cy="generalerror" v-show="errorBoxMessage" color="error" - icon="$ayiExclamationCircle" - transition="scale-transition" + icon="$ayiExclamationTriangle" class="multi-line" outlined >{{ errorBoxMessage }} diff --git a/ayanova/src/views/svc-workorder.vue b/ayanova/src/views/svc-workorder.vue index 85217f9e..45f5ff16 100644 --- a/ayanova/src/views/svc-workorder.vue +++ b/ayanova/src/views/svc-workorder.vue @@ -3,6 +3,7 @@
+