nitrotasks / nitro

The beautiful way to get things done.
https://nitrotasks.com
GNU Affero General Public License v3.0
518 stars 66 forks source link

Handle a dropped connection to the server #281

Open stayradiated opened 10 years ago

stayradiated commented 10 years ago

This used to be handled by socket.io, but now we have to implement it manually.

stayradiated commented 10 years ago

Automatically reconnecting will not work by itself.

We need to notifiy the user that we have lost connection to the server.

And also add a button that tries to connect to the server again.

This could be tied in with the idea for 2.2 where we animate an icon when syncing.