You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an user I would like to see a loading state while the app is evaluating my request on the homepage (it needs to get longitude and latitude of a location).
Create a new vuex module called "loading". (very simple just a loading state and ability to switch it on or off)
Trigger loading when the Search button is clicked on the homepage
WHen the app is in loading state, show a loading spinner instead than the button (give the same look and feel of the button to the spinner, with the same background colour, just a loading spinner instead than text)
Make sure that the user CANNOT click the button while the app is loading
Make sure the Input field (title, location) are disabled while loading
The text was updated successfully, but these errors were encountered:
As an user I would like to see a loading state while the app is evaluating my request on the homepage (it needs to get longitude and latitude of a location).
The text was updated successfully, but these errors were encountered: