From 42bb6432d3e53042723b43330c22eafbf553e10f Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 25 May 2026 05:09:10 +0000 Subject: refactor(web): remove the create-task modal from the UI (Phase 3) The observability UI no longer creates tasks; chatbots do that via the chatbot MCP server. Removes the New Task button, the #task-modal (manual form + the now-defunct AI-elaborate textbox + validate panel), their handlers (elaborateTask/validateTask/buildValidatePayload/renderValidationResult/ openTaskModal/closeTaskModal/createTask) and the orphaned newTaskButtonShouldShowOnTab helper plus its test. Verified with node --test (267 JS tests pass) and a JS syntax check. Not browser-verified in this environment. https://claude.ai/code/session_01SESwn7kQ7oP62trWw6pc39 --- web/index.html | 45 --------------------------------------------- 1 file changed, 45 deletions(-) (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html index 0632cd7..d3bf81b 100644 --- a/web/index.html +++ b/web/index.html @@ -36,7 +36,6 @@ -