From 8c55b9b10fecd45ac5acf3f13fc23d342a4aa53b Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 29 Jun 2026 10:29:12 +0000 Subject: fix: calendar/meals sync, tomorrow flat layout, /health endpoint - Calendar: fall back to GOOGLE_CALENDAR_ID config when no source_configs synced yet (fixes blank calendar after fresh deploy) - Meals: call fetchMeals in HandleTimeline so PlanToEat cache refreshes on every timeline load, not just during manual refresh - Tomorrow section: replace calendar-grid with flat chronological list matching widget layout (time label | source bar | title) - Add /health endpoint (no auth required) for deploy health checks Co-Authored-By: Claude Sonnet 4.6 --- web/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/templates/index.html') diff --git a/web/templates/index.html b/web/templates/index.html index febacf1..c34bacf 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -104,7 +104,7 @@ - + -- cgit v1.2.3