meteor-offline-data
meteor-offline-data copied to clipboard
Indicator that there are outstanding method calls
After the user makes an update on the client, this could provide feedback "saving"... "saved".
Perhaps something like
- zero outstanding methods: "saved"
- outstanding methods and online: "saving"
- outstanding methods and offline: "unsaved"
(An idea for standard Meteor as well).
This is a good idea!