Recipe edit, we can now delete groups, steps and ingredients
This commit is contained in:
parent
d4962c98ff
commit
5ce3391466
11 changed files with 183 additions and 68 deletions
|
|
@ -18,6 +18,12 @@
|
|||
|
||||
<div id="toast"></div>
|
||||
|
||||
<dialog id="modal-dialog">
|
||||
<div class="content"></div>
|
||||
<input type="button" class="ok" value="OK" />
|
||||
<input type="button" class="cancel" value="Cancel" />
|
||||
</dialog>
|
||||
|
||||
{% block body_container %}{% endblock %}
|
||||
|
||||
<footer class="footer-container">gburri - 2025</footer>
|
||||
|
|
|
|||
|
|
@ -93,15 +93,15 @@
|
|||
</div>
|
||||
|
||||
<div class="ingredient">
|
||||
<label for="input-ingredient-name">Name</label>
|
||||
<input class="input-ingredient-name" type="text" />
|
||||
|
||||
<label for="input-ingredient-quantity">Quantity</label>
|
||||
<input class="input-ingredient-quantity" type="number" step="0.1" min="0" max="10000" />
|
||||
|
||||
<label for="input-ingredient-unit">Unit</label>
|
||||
<input class="input-ingredient-unit" type="text" />
|
||||
|
||||
<label for="input-ingredient-name">Name</label>
|
||||
<input class="input-ingredient-name" type="text" />
|
||||
|
||||
<label for="input-ingredient-comment">Comment</label>
|
||||
<input class="input-ingredient-comment" type="text" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue