Shift3 / boilerplate-client-react

The Bitwise standard starting point for new React web projects.
7 stars 10 forks source link

Offline detection is now more deeply integrated #697

Open joshwingreene opened 1 year ago

joshwingreene commented 1 year ago

Changes

Purpose

Notes

Testing Steps

  1. Pull in the changes to your local copy of this branch and run it alongside the dj_starter_demo repo.
  2. Use Developer Tools in order to make the app go offline
  3. Create another admin and log in via a separate browser
  4. Create a new farm
  5. Reconnect the original app instance to the internet. Data should be refetched and you shouldn't experience any visual issues.

Demo

Old Demo

https://user-images.githubusercontent.com/2876874/214456956-e56411e6-7e00-4acb-bece-331318606418.mov

joshwingreene commented 1 year ago

Offline detection should be more deeply integrated into the system.