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
Currently, if a user returns to the app in a separate session, they have to re-enter their location in the search input. Ideally, I'd like the app to check local storage for a previously loaded location, and if found, submit that right away when the app loads -- To the same end, the app should store every loaded location in local storage, overwriting the previous loaded location each time.
To avoid showing inaccurate/outdated information, don't save any of the actual weather data -- only the location itself!
The text was updated successfully, but these errors were encountered:
Currently, if a user returns to the app in a separate session, they have to re-enter their location in the search input. Ideally, I'd like the app to check local storage for a previously loaded location, and if found, submit that right away when the app loads -- To the same end, the app should store every loaded location in local storage, overwriting the previous loaded location each time.
To avoid showing inaccurate/outdated information, don't save any of the actual weather data -- only the location itself!
The text was updated successfully, but these errors were encountered: