From b7fb74d16ff30eb041bdc3235bf2428a706aa9ae Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Fri, 10 Nov 2023 09:44:07 -0500 Subject: [PATCH] loading modal updates --- src/App.vue | 32 ++++++++++++++++- src/helpers/loading-modal-helper.js | 20 +++++++++++ .../loading-modal/loading-modal.vue | 34 +++++++++++++++---- src/router/index.js | 12 +++++++ src/styles/ux-variables-svg-strings.scss | 1 + 5 files changed, 92 insertions(+), 7 deletions(-) create mode 100644 src/helpers/loading-modal-helper.js diff --git a/src/App.vue b/src/App.vue index fd4a5b43..a87cca15 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,42 @@ + +