AndrewCMonson / your-schools

0 stars 0 forks source link

UseLocationButton needs proper error handling #17

Closed AndrewCMonson closed 1 day ago

AndrewCMonson commented 1 month ago

UseLocationButton currently navigates to the "schools" screen if no zipcode is present.

Ideal error would inform user that geolocation is not supported or there is a general error and would instruct them to type their zipcode

Button also needs success and error functions built for the geolocation.getCurrentPosition function.