Closed jasoncavanaugh closed 1 year ago
This PR is being deployed to Railway 🚅
admin-portal: ◻️ REMOVED
Just tested the deployment on my phone (using an iPhone 12 Pro Max):
Modals for Send Locations to Drivers
and Send Driver Info to Coordinators
in Delivery and Location Info
trigger the overlay on mobile, but the modal doesn't populate in view. Same for Recruit Coordinators
and Recruit Volunteers
. The other modals populate within view fine for me otherwise.
I think for mobile having a slight border around scrollable content and/or mobile scroll bar would help to differentiate the sections of content within the modals.
Ah good catch. I had forgotten that we had added modals for those buttons. Will try to update later today.
Fixed up text message modals not displaying. Also made location information modal look a bit nicer, despite the fact that that part of the UI will probably have to be redesigned.
Nothing from me. This looks good and worked well in the deployment.
129
Description of this change
Reworked modals to look better on mobile. Added
--host
flag to Vite dev server to make mobile development easier. Also got rid of VITE_SERVER_URL in frontend code and instead am proxying code back tolocalhost:5000
using Vite because the old method of proxying was causing issues when trying to develop locally on a mobile device.Screenshots (for UI changes - otherwise delete this section)
Before this PR:
After this PR:
Checklist