summaryrefslogtreecommitdiff
path: root/view/html/recipe-ingredient.html
AgeCommit message (Collapse)Author
2024-05-17view: Use number input for ingredient amountxengineering
This accepts only real numbers with a minimum step of 0.001 as input for the amount field of a recipe ingredient. The browser has the chance to give the user direct feedback that a non-numeric string will not work.
2024-05-15view: Require ingredient typexengineering
It does make sense to add an ingredient only with a type and no amount or unit like 'salt'. But it does not make sense to add an ingredient without a type like '5' or '2 l'.
2024-05-14view: Complete ingredient editingxengineering
2024-05-13view: Add HTML for editing recipe ingredientsxengineering