hirosystems/todos

provide visual feedback when a remote write fails

Closed this issue · 2 comments

One option here is to display the item as grayed out, indicating that it is local but hasn't been remotely synced. The best example of this that I have seen is what Dropbox Paper does when you go offline.

mrjmd commented

This may also be related to #4?

I submitted a pull request that I believe addresses this issue:

#23

Added loading: true to default data. When fetchData returns todos, it also sets loading to false. A spinning loader icon will be displayed to user until fetchData returns todos.