From cc75f8deac3d87612d0bc4912316846a5384d6e9 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Mon, 9 Mar 2026 10:22:55 +0000 Subject: [PATCH] ui: add workflow status badge + last activity indicator in log header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Shows planning/executing/done/failed/waiting badge with pulse animation - Shows relative time since last activity (e.g. "30s 前") --- web/src/components/ExecutionSection.vue | 84 ++++++++++++++++++++++++- 1 file changed, 83 insertions(+), 1 deletion(-) diff --git a/web/src/components/ExecutionSection.vue b/web/src/components/ExecutionSection.vue index d277430..923e99f 100644 --- a/web/src/components/ExecutionSection.vue +++ b/web/src/components/ExecutionSection.vue @@ -1,5 +1,5 @@