From a36a37aca0f55dd641004b83d2317b6013d9dfaa Mon Sep 17 00:00:00 2001 From: Adriano Dal Pastro Date: Fri, 5 Jun 2026 10:30:09 +0000 Subject: [PATCH] ui(measure): move "Seleziona altra ricetta" to the top of the task list The change-recipe button was only at the bottom of the task list, hard to find. Move it just under the breadcrumb so operators can switch recipe easily; the bottom row now keeps just the task/measurement count. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../templates/measure/task_list.html | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/frontend/flask_app/templates/measure/task_list.html b/src/frontend/flask_app/templates/measure/task_list.html index 868a62b..5e6a17b 100644 --- a/src/frontend/flask_app/templates/measure/task_list.html +++ b/src/frontend/flask_app/templates/measure/task_list.html @@ -27,6 +27,17 @@ + + +
@@ -229,15 +240,7 @@ {% endif %} -
- - - - - {{ _('Seleziona altra ricetta') }} - - +
{% if tasks %}
{{ tasks|length }} task ·