Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-17 | view: Use number input for ingredient amount | xengineering | |
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-15 | view: Require ingredient type | xengineering | |
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-14 | view: Complete ingredient editing | xengineering | |
2024-05-13 | view: Add HTML for editing recipe ingredients | xengineering | |