stephencweiss / matilda

See your time in a whole new way. Small, lightweight, magical.
MIT License
1 stars 0 forks source link

Budget lines are now editable #21

Closed stephencweiss closed 5 years ago

stephencweiss commented 5 years ago

On clicking of the modify budget, we handle the modify which changes our viewMode to editable and displays a form. When the form is submitted, we update state and send a put message to the database via the passed props.

This diff addresses #15 and makes the app a full CRUD app.