From fd2524eacd51f523998734f869b3343441e55b93 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 26 Jan 2026 16:54:40 -1000 Subject: Add day of week to timeline section headings Section headings now show the day of week for better orientation: - "Today - Monday" - "Tomorrow - Tuesday" - "Wednesday, Jan 29+" (for later items) Co-Authored-By: Claude Opus 4.5 --- web/templates/partials/timeline-tab.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/templates/partials') diff --git a/web/templates/partials/timeline-tab.html b/web/templates/partials/timeline-tab.html index aeaba40..5f32530 100644 --- a/web/templates/partials/timeline-tab.html +++ b/web/templates/partials/timeline-tab.html @@ -9,7 +9,7 @@ {{if .TodayItems}}

- 📅 Today + 📅 {{.TodayLabel}}

{{range .TodayItems}} @@ -23,7 +23,7 @@ {{if .TomorrowItems}}
- 🗓️ Tomorrow + 🗓️ {{.TomorrowLabel}} ({{len .TomorrowItems}} items) @@ -41,7 +41,7 @@ {{if .LaterItems}}
-
📆 Later + 📆 {{.LaterLabel}} ({{len .LaterItems}} items) -- cgit v1.2.3