diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-06-29 09:39:06 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-06-29 09:39:06 +0000 |
| commit | d826bf5e9561a8c66a2c52bb1c2a3835fc6de32c (patch) | |
| tree | 907ee8efcbe5f62066133e0fd0a2010fea709b66 /web | |
| parent | e7aee6b9d0c2be22530f7813bf677c0c8bff99e4 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'web')
| -rw-r--r-- | web/templates/partials/timeline-tab.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ </details> <!-- Tomorrow Section (Calendar View) --> + <!-- TODO: mirror widget's tomorrow layout — flat event+task list ordered by time, no collapsible, inline time labels --> {{if .TomorrowItems}} <details class="group" open> <summary class="text-lg font-semibold mb-3 flex items-center gap-2 text-white/70 cursor-pointer hover:text-white/90 sticky top-0 bg-black/20 backdrop-blur-md py-2 z-10 rounded-lg px-2 list-none"> |
