diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-06-29 10:29:12 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-06-29 10:29:12 +0000 |
| commit | 8c55b9b10fecd45ac5acf3f13fc23d342a4aa53b (patch) | |
| tree | d0e596f79980af79eed6e0e657d667e4758a9520 /web/templates/index.html | |
| parent | d826bf5e9561a8c66a2c52bb1c2a3835fc6de32c (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'web/templates/index.html')
| -rw-r--r-- | web/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/></svg> </a> <a href="/scout/" class="tab-button" title="Scout"> - <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"/></svg> + <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><rect x="2" y="6" width="7" height="12" rx="3.5" stroke-width="2"/><rect x="15" y="6" width="7" height="12" rx="3.5" stroke-width="2"/><path stroke-linecap="round" stroke-width="2" d="M9 12h6"/></svg> </a> </nav> </div> |
