From 6651dc17110a558342a4ef0a97a5b37adbfa04c7 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Thu, 16 Jul 2026 07:03:03 +0000 Subject: Show a scheduled-vs-available indicator on the web timeline's Today section Task 11 of the task-budgets-and-availability plan: reuse the computeBudgetStatus helper (Task 8) in HandleTimeline so the dashboard's Today section header shows scheduled/available minutes when a budget-tracked task exists. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01PQaPGQVSfmKUiHXB87qRTC --- web/templates/partials/timeline-tab.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/templates') diff --git a/web/templates/partials/timeline-tab.html b/web/templates/partials/timeline-tab.html index 36f861c..d3b3fb6 100644 --- a/web/templates/partials/timeline-tab.html +++ b/web/templates/partials/timeline-tab.html @@ -116,6 +116,9 @@ ๐Ÿ“… {{.TodayLabel}} ({{len .TodayItems}} items) + {{if .BudgetStatus}} + ยท {{.BudgetStatus.Today.ScheduledMinutes}}m scheduled / {{.BudgetStatus.Today.AvailableMinutes}}m available + {{end}} -- cgit v1.2.3