I made a Modal, UserTableRow, and Kitchen Modal components that are all reusable. The Modal component is meant to be a container Modal that have either a create/edit kitchen or recipe modals. The UserTableRow was made into it's own component to be able to keep the state separate between the newly added users. The Kitchen Modal should be reusable and be able to be used as an edit modal later.
Card: https://github.com/orgs/HTMElephant/projects/2/views/1?pane=issue&itemId=47753172
I made a
Modal
,UserTableRow
, andKitchen Modal
components that are all reusable. TheModal
component is meant to be a container Modal that have either a create/edit kitchen or recipe modals. TheUserTableRow
was made into it's own component to be able to keep the state separate between the newly added users. TheKitchen Modal
should be reusable and be able to be used as an edit modal later.