JustinGuruTech / todo-react-firebase

Todo web-app made using react, firebase, and materialUI.
0 stars 1 forks source link

Allow Offline User Interaction #12

Open TheDizruptor opened 4 years ago

TheDizruptor commented 4 years ago

Currently, if the user goes offline there's not much they can do. If they're already on the page, they can add a single todo, check off, edit, and delete todos. There is currently some strange behavior noted in Issue #11 that's related to this. Eventually, it would be nice for the user to be able to interact with the application in offline mode with a save button that would push their local changes to the Firestore db.