From 5f66b2fc93d84cedd605bbacbd602cec98efc358 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 11 Aug 2026 10:36:58 +0200 Subject: WIP: Add `up` and `down` buttons for recipe steps TODO: Add `onclick` to add functionality These buttons allow the user to move recipes steps up and down. The commit covers only the user interface change. --- view/html/recipe-step.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/view/html/recipe-step.html b/view/html/recipe-step.html index 13c0de0..a50d763 100644 --- a/view/html/recipe-step.html +++ b/view/html/recipe-step.html @@ -3,6 +3,8 @@
{{range .Ingredients}} {{ template "recipe-ingredient" . }}{{end}}
+ + {{end}} -- cgit v1.3.1