From e25425e2a0cf64e52318974e637d50d3be34e63e Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Fri, 27 Oct 2023 14:16:12 -0400 Subject: [PATCH 1/6] This should have the new behavior and keep the old behavior --- src/App.vue | 18 +++++++++++++ .../loading-modal/loading-modal.vue | 26 ++++++++++++++++--- src/helpers/loading-modal-helper.js | 18 +++++++++++++ src/router/index.js | 8 ++++++ 4 files changed, 67 insertions(+), 3 deletions(-) create mode 100644 src/helpers/loading-modal-helper.js diff --git a/src/App.vue b/src/App.vue index aef77fcb0..5f8e54d85 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,15 +5,33 @@ + diff --git a/src/fmg-components/loading-modal/loading-modal.vue b/src/fmg-components/loading-modal/loading-modal.vue index 8cdf25384..edd757dd5 100644 --- a/src/fmg-components/loading-modal/loading-modal.vue +++ b/src/fmg-components/loading-modal/loading-modal.vue @@ -1,5 +1,5 @@