ibeal / KitchenDB

A personal project to create something that can track inventory and recipes to suggest recipes to make determined by inventory
2 stars 0 forks source link

Seperate recipe editor from recipe table #17

Closed ibeal closed 3 years ago

ibeal commented 3 years ago

recipe table should be the starting location, but clicks in the table open the recipe editor with the data. As a byproduct, a 'new recipe' button will need to be added to the recipe table page.

additionally, the recipe editor should become it's own class.