From e8d1b80bd504088a7535e6045ab77f1ddd3b3d43 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Tue, 3 Mar 2026 21:15:55 +0000 Subject: Web UI: tabs, new task modal with AI draft, templates panel - Tab bar to switch between Tasks and Templates views - New Task modal with elaborate section ("Draft with AI") that calls POST /api/tasks/elaborate and pre-fills form fields - Templates panel listing saved configs with create/edit/delete - base-path meta tag for sub-path deployments - filter.test.mjs: contract tests for filterTasks function Co-Authored-By: Claude Sonnet 4.6 --- web/index.html | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 103 insertions(+), 2 deletions(-) (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html index cb2b670..6d7f23b 100644 --- a/web/index.html +++ b/web/index.html @@ -4,17 +4,118 @@ Claudomator +

Claudomator

+
+
-
-
Loading tasks…
+
+
+ +
+
+
Loading tasks…
+
+
+
+ + +
+

New Task

+
+ + +

Claude will fill in the form fields below. You can edit before submitting.

+
+
+ + + + + + + +
+ + +
+
+
+ + +
+

New Template

+ + + + + + + + + + +
+ + +
+
+
+ + + + + + + + + +

Execution

+
+
+ + +
+
+ -- cgit v1.2.3