CASH-1245

CASH-1245 added loading modal to hide the scroll to top and also to work like the other page transitions
This commit is contained in:
CarlNation 2025-07-25 12:53:54 -04:00
parent cd1d3d9d48
commit dca8a41b58

View file

@ -1304,6 +1304,9 @@ export default {
); );
} }
}, },
showLoadingModal() {
this.$refs.loadingModal.showModal();
},
async forwardButtonAction() { async forwardButtonAction() {
this.navigatingForward = true; this.navigatingForward = true;
var ctu = this.zipCodeCtu; var ctu = this.zipCodeCtu;
@ -1431,6 +1434,7 @@ export default {
this.pageName this.pageName
); );
} }
this.showLoadingModal();
}, },
setDisplayWaitList() { setDisplayWaitList() {
const dateString = this.isMobileSelected const dateString = this.isMobileSelected