Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disconnected indicator #451

Closed
mquandalle opened this issue Dec 21, 2015 · 3 comments
Closed

Disconnected indicator #451

mquandalle opened this issue Dec 21, 2015 · 3 comments
Labels
Milestone

Comments

@mquandalle
Copy link
Contributor

When the client is disconnected from the server we need to indicate it in the UI and include a counter to the next try and a button to retry immediately. Currently users lose data because of the absence of this indicator. This is what connected client like Gmail do:

gmail

Another possible longer term solution would be to support a full offline mode where unsynced changes are kept on the browser local storage.

@mquandalle mquandalle added this to the Release 0.11 milestone Dec 21, 2015
@araczkowski
Copy link

in my opinion the full offline mode will be great 👍 , especially on mobile devices

for the data this can be usefull https://github.com/GroundMeteor/db
and for the app maybe this https://atmospherejs.com/meteor/appcache

of course not everything will be possible (register new user for example)
but still it will be a super feature

@mquandalle
Copy link
Contributor Author

Yes I would also like to support offline mode, in which case it is still relevant to have an indicator in the UI saying “You are in offline mode”.

I played with GroudDB and I’m confident this is a good solution for us. However appcache is deprecated, and the replacing technology is the service worker. I would love to see someone developing an offline package for Meteor using service worker (and I’m not the only one) and if no one is doing it, I may try.

Let’s open a separate thread about offline support and keep this one about the indicator.

@mquandalle
Copy link
Contributor Author

Created #466 for offline mode discussions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants