summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/add-recipe
AgeCommit message (Collapse)Author
2019-12-08Fix remove accessing private values of Recipe/Ingredient/StepTucker Evans
2019-12-08Add recipe is now sent to backend from add formTucker Evans
2019-12-08Add basic input validation to add recipe formTucker Evans
Validates: Name is required, Timer/Cook Time are digits, Amount/Servings are numbers (digits with optional decimal point).
2019-12-08Add add recipe form requires a recipe name before submittingTucker Evans
2019-12-08Fix UI of add formTucker Evans
Moves Add/Delete buttons around Puts Ingredient/Step parts together Changes Submit button look Removes JSON preview of form value object
2019-12-08Add removing Ingredients/Steps from add formTucker Evans
2019-12-08Fix set non-submit buttons type to "button"Tucker Evans
This stops these buttons from triggering the submit action.
2019-12-08Add convert form data to Recipe ObjectTucker Evans
2019-12-08Add instruction for lists in formTucker Evans
The keyword and photos input now have a placeholder instructing the user to separate inputs with commas.
2019-12-08Add submit button to formTucker Evans
2019-12-08Add material look to Add Recipe formTucker Evans
2019-12-08Add basic form for adding a recipeTucker Evans
2019-12-08Add base for add-recipe componentTucker Evans
Just changes done by `ng g component add-recipe`