From 91fd90465acf4f5f0190c68850332a329199abf3 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 8 Mar 2026 07:23:49 +0000 Subject: feat: restore Running view (currently running + 24h execution history) - Running tab in nav with live SSE log streams per running task - Execution history table (last 24h) with duration, cost, exit code, view logs - Poll loop refreshes running view when tab is active - Smart diff: only full re-render when task set changes; elapsed updated in place Co-Authored-By: Claude Sonnet 4.6 --- web/index.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html index 8bfa6bb..e32fbd4 100644 --- a/web/index.html +++ b/web/index.html @@ -18,6 +18,7 @@ +
@@ -40,6 +41,10 @@ +
-- cgit v1.2.3