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/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/templates/settings.html') diff --git a/web/templates/settings.html b/web/templates/settings.html index ef969ee..a955f64 100644 --- a/web/templates/settings.html +++ b/web/templates/settings.html @@ -232,7 +232,7 @@ {{range .Sources}}

- {{if eq . "trello"}}Trello Boards{{else if eq . "todoist"}}Todoist Projects{{else if eq . "gcal"}}Google Calendars{{else if eq . "gtasks"}}Google Task Lists{{else}}{{.}}{{end}} + {{if eq . "trello"}}Trello Boards{{else if eq . "gcal"}}Google Calendars{{else if eq . "gtasks"}}Google Task Lists{{else}}{{.}}{{end}}

{{$configs := index $.Configs .}} -- cgit v1.2.3