dwyl / time-mvp-node

The most basic version of our Time App possible to start *using* it internally!
https://time-mvp.herokuapp.com
GNU General Public License v2.0
13 stars 2 forks source link

Detect when Offline and display this in the UI #13

Open nelsonic opened 7 years ago

nelsonic commented 7 years ago

At present when we attempt to save (stop) a timer and for what ever reason it does not save to the server/db we are not displaying any info in the UI: image

We can do better.

nelsonic commented 7 years ago

This looks like a good way to do it: https://github.com/HubSpot/offline But we need to write a "loader" to only get the script after a few seconds.