From a9f02cdddc2a623f33677b44cc31379a34857527 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Mon, 22 Apr 2024 16:10:03 -0400 Subject: [PATCH] LoadingModal updates for coverage statement Add ability to have textSlides to Global Loading Modal --- src/App.vue | 6 +++++- src/helpers/loading-modal-helper.js | 8 +++++-- .../loading-modal/loading-modal.vue | 5 ++++- .../coverage-statement.spec.js.snap | 5 ----- .../coverage-statement/coverage-statement.vue | 21 ++++++++----------- 5 files changed, 24 insertions(+), 21 deletions(-) diff --git a/src/App.vue b/src/App.vue index a87cca15..eccea8c4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,7 +10,8 @@ + :showTextCarousel="shouldShowTextCarousel" + :textSlides="hasTextSlides" />