From d826bf5e9561a8c66a2c52bb1c2a3835fc6de32c Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 29 Jun 2026 09:39:06 +0000 Subject: feat: show tomorrow section in widget; note web view Widget now renders a TOMORROW block below the today grid: events with inline time labels (slightly dimmed) and task rows. Separated by a divider. Covers both explicit-start tomorrow items and slot-packed fragments that overflow from today. Web view: TODO comment to flatten the tomorrow section to match widget. Co-Authored-By: Claude Sonnet 4.6 --- web/templates/partials/timeline-tab.html | 1 + 1 file changed, 1 insertion(+) (limited to 'web') diff --git a/web/templates/partials/timeline-tab.html b/web/templates/partials/timeline-tab.html index c82513d..8874440 100644 --- a/web/templates/partials/timeline-tab.html +++ b/web/templates/partials/timeline-tab.html @@ -204,6 +204,7 @@ + {{if .TomorrowItems}}
-- cgit v1.2.3