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
Add some sort of indicator across the UI when we could not hit the server and may not have the latest data. Something like a no connection banner
tacoman
changed the title
Figure out where persistent storage makes sense and implemented appropriately using a well considered pattern
Offline mode
Sep 1, 2021
This can reasonably be implemented per-area, e.g. roster, songbook, feed, etc. On any successful load, we can store the returned JSON in persistent storage. Any attempt to load data should try the network first, and if that fails return the stored data. The result should also include a property indicating whether the data came from online or offline, and control the presence of the banner accordingly.
No description provided.
The text was updated successfully, but these errors were encountered: