summaryrefslogtreecommitdiff
path: root/web/templates/task-detail-page.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/task-detail-page.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/task-detail-page.html')
-rw-r--r--web/templates/task-detail-page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/task-detail-page.html b/web/templates/task-detail-page.html
index 9bbf008..0c9b8f7 100644
--- a/web/templates/task-detail-page.html
+++ b/web/templates/task-detail-page.html
@@ -12,7 +12,7 @@
{{if .Saved}}<p class="text-green-400 text-sm mb-3">Saved.</p>{{end}}
<div class="bg-gray-800 rounded-xl p-5 mt-2">
<h1 class="font-semibold text-lg mb-4">{{.Title}}</h1>
- {{if eq .Source "todoist"}}
+ {{if eq .Source "doot"}}
<form method="post" action="/tasks/update">
<input type="hidden" name="csrf_token" value="{{.CSRFToken}}">
<input type="hidden" name="id" value="{{.ID}}">