From 945c34590677e161a711ccaff0e1077197b1b178 Mon Sep 17 00:00:00 2001 From: Doot Agent Date: Mon, 6 Jul 2026 00:00:59 +0000 Subject: 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 --- web/templates/agent-context.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'web/templates/agent-context.html') 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; } -- cgit v1.2.3