From 938e154c8e4e1e721029724ce0d38f1a1be98c5b Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Thu, 1 Jan 2026 10:36:42 -0300 Subject: [PATCH] Fix progress UI: remove View Details, add section dot on right side --- src/tasks/mod.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/tasks/mod.rs b/src/tasks/mod.rs index 360978e10..44ddcc9e9 100644 --- a/src/tasks/mod.rs +++ b/src/tasks/mod.rs @@ -798,12 +798,12 @@ fn build_progress_log_html(manifest: &TaskManifest) -> String {
{} - View Details › Step {}/{} {} +
- "#, section_class, section.id, section.name, global_current, total_steps, section_class, status_text)); + "#, section_class, section.id, section.name, global_current, total_steps, section_class, status_text, section_class)); for child in §ion.children { let child_class = match child.status { @@ -827,7 +827,6 @@ fn build_progress_log_html(manifest: &TaskManifest) -> String {
{} - View Details › Step {}/{} {}