From 9e790e35708f834abe1a09af52e43742e164cb63 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Thu, 5 Mar 2026 19:02:24 +0000 Subject: web: add Accept/Reject for READY tasks, Start Next button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - READY state task cards show Accept + Reject buttons - Accept POSTs to /api/tasks/{id}/accept (→ COMPLETED) - Reject POSTs to /api/tasks/{id}/reject (→ PENDING) - "Start Next" button in toolbar POSTs to /api/scripts/start-next-task - CSS for .btn-accept and .btn-reject Co-Authored-By: Claude Sonnet 4.6 --- web/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html index 482b9a9..2bc8222 100644 --- a/web/index.html +++ b/web/index.html @@ -20,6 +20,7 @@
+
Loading tasks…
-- cgit v1.2.3