From 7b53b9e30e81aca67e98c8fce04674461da2c78d Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 8 Mar 2026 07:24:58 +0000 Subject: feat: make Running the default view on page load Co-Authored-By: Claude Sonnet 4.6 --- web/app.js | 1 + web/index.html | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'web') diff --git a/web/app.js b/web/app.js index 944b4ff..3b807c4 100644 --- a/web/app.js +++ b/web/app.js @@ -1993,6 +1993,7 @@ if (typeof document !== 'undefined') document.addEventListener('DOMContentLoaded handleStartNextTask(this); }); + switchTab('running'); startPolling(); connectWebSocket(); diff --git a/web/index.html b/web/index.html index e32fbd4..3b7901c 100644 --- a/web/index.html +++ b/web/index.html @@ -15,13 +15,13 @@
-
+