CASH-2454: MultiLocationModal UI/UX updates

This commit is contained in:
credelinghuys 2026-03-09 13:29:47 -04:00
parent 4b52ede22d
commit 37037ac654
3 changed files with 4 additions and 2 deletions

View file

@ -301,6 +301,7 @@ export default {
flex-direction: column; flex-direction: column;
text-align: center; text-align: center;
padding: 0 1rem; padding: 0 1rem;
margin-top: 4rem;
& > span { & > span {
color: $red; color: $red;

View file

@ -265,6 +265,7 @@ export default {
.location-info-label { .location-info-label {
display: flex; display: flex;
align-items: center; align-items: center;
line-height: 1.625rem;
&:before { &:before {
content: ""; content: "";

View file

@ -618,9 +618,9 @@ export default {
pricedMobileFeePart, pricedMobileFeePart,
shopProviderData.data shopProviderData.data
); );
vm.initializeDatePicker().then(() => { vm.initializeDatePicker().then(async () => {
// vm.showMobileFirstModal(); // KEEP IN CASE WE WANT TO REINSTATE MOBILE FIRST // vm.showMobileFirstModal(); // KEEP IN CASE WE WANT TO REINSTATE MOBILE FIRST
vm.showMultiLocationModal(); await vm.showMultiLocationModal();
vm.hideLoadingModal(); vm.hideLoadingModal();
vm.calendarLoadingStatus = "none"; vm.calendarLoadingStatus = "none";
if (!vm.preSelectedDate) vm.setSelectedDateToFirstAvailable(); if (!vm.preSelectedDate) vm.setSelectedDateToFirstAvailable();