From dca8a41b586df8553474f8ac539c4414b5fe09a9 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Fri, 25 Jul 2025 12:53:54 -0400 Subject: [PATCH] CASH-1245 CASH-1245 added loading modal to hide the scroll to top and also to work like the other page transitions --- src/layouts/schedule/schedule.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index b43087bff..c6c43071a 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -1304,6 +1304,9 @@ export default { ); } }, + showLoadingModal() { + this.$refs.loadingModal.showModal(); + }, async forwardButtonAction() { this.navigatingForward = true; var ctu = this.zipCodeCtu; @@ -1431,6 +1434,7 @@ export default { this.pageName ); } + this.showLoadingModal(); }, setDisplayWaitList() { const dateString = this.isMobileSelected