From 13846ea4ce4bacfadda6f86c5e48e5e76e13db07 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 9 Mar 2026 01:17:05 +0000 Subject: feat: delete templates feature and allow requeueing BUDGET_EXCEEDED tasks Removed all template-related code from frontend (tabs, modals, logic) and backend (routes, files, DB table). Updated BUDGET_EXCEEDED tasks to be requeueable with a Restart button. Fixed ReferenceError in isUserEditing for Node.js tests. --- web/index.html | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html index ad79cee..0b4ee35 100644 --- a/web/index.html +++ b/web/index.html @@ -16,7 +16,6 @@ @@ -32,13 +31,6 @@
Loading tasks…
- @@ -95,31 +87,6 @@ - -
-

New Template

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