From dd4689a71de8f1c0b5a2d483827411a9645ad66a Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Tue, 20 Jan 2026 21:38:18 -1000 Subject: UI improvements and bug fixes - Gray out overdue tasks (past today) - Sort tasks with specific times before midnight-due tasks - Fix timezone bug in quick add (use local timezone) - Remove "Personal Dashboard" header, minimal refresh/logout bar - Change Todoist icon from checkmark to red circle - Show due time when set (not just date) - Compact task list styling Co-Authored-By: Claude Opus 4.5 --- web/templates/index.html | 42 ++++++------------ web/templates/partials/tasks-tab.html | 81 ++++++++++++++++------------------- 2 files changed, 49 insertions(+), 74 deletions(-) (limited to 'web') diff --git a/web/templates/index.html b/web/templates/index.html index 2cd4c59..18aa56b 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -8,43 +8,25 @@ -
- - - - -
+
+ +
- {{.LastUpdated.Format "3:04 PM"}} -
+ {{.LastUpdated.Format "3:04 PM"}} + - +
-
+
+ {{else}} +
+

No tasks found.

+
+ {{end}}
{{end}} -- cgit v1.2.3