JustinGuruTech / todo-react-firebase

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

Allow Edit/Delete Todo Lists #29

Closed TheDizruptor closed 4 years ago

TheDizruptor commented 4 years ago

Currently a user can add lists with a name/color but they are unable to delete or edit them.

TheDizruptor commented 4 years ago

Completed in v3.2. Ended up refactoring AddListForm to make it reusable and renamed it ListForm. Information on what props to pass is in comments at the top of the file.