diff options
| author | Doot Agent <agent@doot.local> | 2026-07-06 00:00:59 +0000 |
|---|---|---|
| committer | Doot Agent <agent@doot.local> | 2026-07-06 00:00:59 +0000 |
| commit | 945c34590677e161a711ccaff0e1077197b1b178 (patch) | |
| tree | df26e8ba5a369b3323649c2fab95bd8e7a49b58e /web/templates/partials/timeline-tab.html | |
| parent | cd14604bbef17f696475cf8737f1e41c9fa2dd06 (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/partials/timeline-tab.html')
| -rw-r--r-- | web/templates/partials/timeline-tab.html | 4 |
1 files changed, 1 insertions, 3 deletions
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 @@ </span> <!-- Source color bar --> <div class="w-0.5 h-5 rounded-full shrink-0 - {{if eq .Source "calendar"}}bg-purple-400{{else if eq .Source "doot"}}bg-teal-400{{else if eq .Source "todoist"}}bg-red-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 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}}"> </div> <!-- Checkbox for tasks --> {{if or (eq .Type "task") (eq .Type "card") (eq .Type "gtask")}} |
