From 068b04c0004e38a760c463589d45c7cfd090eec8 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Thu, 22 Jan 2026 15:19:00 -1000 Subject: Complete dark translucent theme for all templates Update all HTML templates to match terst.org styling: - Dark semi-transparent backgrounds (bg-black/60) - White text with opacity variants for hierarchy - Glass effect with backdrop-blur - Dark form inputs with subtle borders - Updated modals and FAB button - Login page with background image Co-Authored-By: Claude Opus 4.5 --- web/templates/partials/todoist-tasks.html | 34 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'web/templates/partials/todoist-tasks.html') diff --git a/web/templates/partials/todoist-tasks.html b/web/templates/partials/todoist-tasks.html index 25faf47..3296745 100644 --- a/web/templates/partials/todoist-tasks.html +++ b/web/templates/partials/todoist-tasks.html @@ -1,30 +1,30 @@ {{define "todoist-tasks"}} -
+
-

Todoist Tasks

+

Todoist Tasks

{{if .Projects}}
- + + Quick Add Task
+ class="mt-3 space-y-3 bg-black/30 p-4 rounded-lg"> + class="w-full px-3 py-2 bg-black/40 border border-white/20 rounded-lg text-sm text-white placeholder-white/50 focus:ring-2 focus:ring-white/30 focus:border-transparent">
@@ -51,31 +51,31 @@ hx-vals='{"task_id": "{{.ID}}"}' hx-target="closest .todoist-task-item" hx-swap="outerHTML" - class="mt-1 h-5 w-5 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500 cursor-pointer"> + class="mt-1 h-5 w-5 rounded bg-black/40 border-white/30 text-white/80 focus:ring-white/30 cursor-pointer">
-

+

{{.Content}}

{{if .Description}} -

{{.Description}}

+

{{.Description}}

{{end}}
{{if .ProjectName}} - {{.ProjectName}} + {{.ProjectName}} {{end}} {{if .DueDate}} - + Due: {{.DueDate.Format "Jan 2"}} {{end}} {{range .Labels}} - {{.}} + {{.}} {{end}}
{{if .URL}} - + @@ -86,11 +86,11 @@ {{else}}
- + -

No tasks found

-

+

No tasks found

+

All tasks completed or no tasks available.

-- cgit v1.2.3