From 8abc63efdbc0bb96cd6c9aa99d6e9166e0bcabae Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 22 Mar 2026 23:45:19 +0000 Subject: chore: unify and centralize agent configuration in .agent/ --- web/templates/partials/timeline-tab.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'web/templates/partials/timeline-tab.html') diff --git a/web/templates/partials/timeline-tab.html b/web/templates/partials/timeline-tab.html index 4979744..c82513d 100644 --- a/web/templates/partials/timeline-tab.html +++ b/web/templates/partials/timeline-tab.html @@ -113,8 +113,7 @@ hx-target="#tab-content" hx-swap="innerHTML"> - - {{if .TodayItems}} +
📅 {{.TodayLabel}} @@ -125,6 +124,8 @@ + {{$hasUntimed := false}}{{range .TodayItems}}{{if or .IsOverdue .IsAllDay}}{{$hasUntimed = true}}{{end}}{{end}} + {{if $hasUntimed}}
{{range .TodayItems}} {{if or .IsOverdue .IsAllDay}} @@ -151,6 +152,7 @@ {{end}} {{end}}
+ {{end}}
@@ -200,7 +202,6 @@
- {{end}} {{if .TomorrowItems}} @@ -305,7 +306,7 @@ {{end}} - {{if and (not .TodayItems) (not .TomorrowItems) (not .LaterItems)}} + {{if and (not .TomorrowItems) (not .LaterItems)}}

No items found for the selected range.

-- cgit v1.2.3