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
Right now we load sample data by default, every time the page is loaded. But given #4 from @sarahmcdougall we'll want to think about changing this behavior, so the home page does something more like:
On first load, show an empty vaccines list and a "Load sample data" button. Clicking this loads sample data from a static set into localStorage.
On subsequent loads, show the vaccines that have been saved localStorage (whether they came from sample data or user-scanned SHCs)
Below the vaccines list, show a "Clear all data" button that resets the state of the app
The text was updated successfully, but these errors were encountered:
Right now we load sample data by default, every time the page is loaded. But given #4 from @sarahmcdougall we'll want to think about changing this behavior, so the home page does something more like:
localStorage
.The text was updated successfully, but these errors were encountered: