Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Fix UI of add form | Tucker Evans | |
Moves Add/Delete buttons around Puts Ingredient/Step parts together Changes Submit button look Removes JSON preview of form value object | |||
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 instruction for lists in form | Tucker Evans | |
The keyword and photos input now have a placeholder instructing the user to separate inputs with commas. | |||
2019-12-08 | Add submit button to form | Tucker Evans | |
2019-12-08 | Add material look to Add Recipe form | 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` |