Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-08 | Fix remove accessing private values of Recipe/Ingredient/Step | Tucker Evans | |
2019-12-08 | Add recipe is now sent to backend from add form | Tucker Evans | |
2019-12-08 | Add basic input validation to add recipe form | Tucker Evans | |
Validates: Name is required, Timer/Cook Time are digits, Amount/Servings are numbers (digits with optional decimal point). | |||
2019-12-08 | Add add recipe form requires a recipe name before submitting | Tucker Evans | |
2019-12-08 | Add removing Ingredients/Steps from add form | Tucker Evans | |
2019-12-08 | Fix set non-submit buttons type to "button" | Tucker Evans | |
This stops these buttons from triggering the submit action. | |||
2019-12-08 | Add convert form data to Recipe Object | Tucker Evans | |
2019-12-08 | Add basic form for adding a recipe | Tucker Evans | |
2019-12-08 | Add base for add-recipe component | Tucker Evans | |
Just changes done by `ng g component add-recipe` |