summaryrefslogtreecommitdiff
path: root/web/templates/agent-context.html
diff options
context:
space:
mode:
authorDoot Agent <agent@doot.local>2026-07-06 00:00:59 +0000
committerDoot Agent <agent@doot.local>2026-07-06 00:00:59 +0000
commit945c34590677e161a711ccaff0e1077197b1b178 (patch)
treedf26e8ba5a369b3323649c2fab95bd8e7a49b58e /web/templates/agent-context.html
parentcd14604bbef17f696475cf8737f1e41c9fa2dd06 (diff)
feat: remove Todoist integration entirely
Native tasks (native_tasks table) fully replace Todoist. All Todoist API code, store functions, handlers, routes, templates, and tests have been removed. Migration 021 drops the now-unused tasks cache table. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'web/templates/agent-context.html')
-rw-r--r--web/templates/agent-context.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/templates/agent-context.html b/web/templates/agent-context.html
index db618ba..311df3a 100644
--- a/web/templates/agent-context.html
+++ b/web/templates/agent-context.html
@@ -22,7 +22,6 @@
.calendar-hour-label { position: absolute; left: -60px; top: -8px; font-size: 0.75em; color: #666; width: 50px; text-align: right; }
.calendar-item { position: absolute; left: 10px; right: 10px; background: #0f3460; border-radius: 4px; padding: 6px 10px; font-size: 0.85em; border-left: 3px solid; overflow: hidden; z-index: 1; }
.calendar-item:hover { z-index: 10; background: #1a4a80; }
- .calendar-item.source-todoist { border-color: #e44332; }
.calendar-item.source-trello { border-color: #0079bf; }
.calendar-item.source-plantoeat { border-color: #5cb85c; }
.calendar-item.source-calendar { border-color: #9b59b6; }
@@ -38,7 +37,6 @@
th { background: #0f3460; color: #fff; }
tr:hover { background: #1a1a2e; }
.source { display: inline-block; padding: 2px 8px; border-radius: 10px; font-size: 0.8em; }
- .source-todoist { background: #e44332; color: #fff; }
.source-trello { background: #0079bf; color: #fff; }
.source-plantoeat { background: #5cb85c; color: #fff; }
.source-calendar { background: #9b59b6; color: #fff; }