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;
text-align: center;
padding: 0 1rem;
margin-top: 4rem;
& > span {
color: $red;

View file

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

View file

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