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/partials/timeline-tab.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'web/templates/partials/timeline-tab.html') diff --git a/web/templates/partials/timeline-tab.html b/web/templates/partials/timeline-tab.html index e58f793..3dc0a8c 100644 --- a/web/templates/partials/timeline-tab.html +++ b/web/templates/partials/timeline-tab.html @@ -65,7 +65,6 @@ z-index: 10; background: rgba(0,0,0,0.7); } - .calendar-event.source-todoist { border-color: #e44332; } .calendar-event.source-trello { border-color: #0079bf; } .calendar-event.source-plantoeat { border-color: #5cb85c; } .calendar-event.source-calendar { border-color: #9b59b6; } @@ -92,7 +91,6 @@ font-size: 0.85em; border-left: 3px solid; } - .untimed-item.source-todoist { border-color: #e44332; } .untimed-item.source-trello { border-color: #0079bf; } .untimed-item.source-plantoeat { border-color: #5cb85c; } .untimed-item.source-calendar { border-color: #9b59b6; } @@ -226,7 +224,7 @@
+ {{if eq .Source "calendar"}}bg-purple-400{{else if eq .Source "doot"}}bg-teal-400{{else if eq .Source "trello"}}bg-blue-400{{else if eq .Source "plantoeat"}}bg-green-400{{else if eq .Source "gtasks"}}bg-yellow-400{{else}}bg-white/30{{end}}">
{{if or (eq .Type "task") (eq .Type "card") (eq .Type "gtask")}} -- cgit v1.2.3