summaryrefslogtreecommitdiff
path: root/web/templates/conditions.html
AgeCommit message (Collapse)Author
2026-01-25Fix timezone and date handling bugs #40, #41, #42Peter Stone
#40, #41: Fix calendar event timezone handling - Parse all-day events in local timezone using ParseInLocation - Convert timed events to local time after parsing RFC3339 - Update ComputeDaySection to normalize both now and item time to local before comparison, ensuring consistent today/tomorrow classification #42: Mobile conditions page now uses 2 columns - Changed 600px breakpoint from 1 column to 2 columns Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24Update Conditions page: 3x2 tiled grid with 3 cams and 3 mapsPeter Stone
- Add V3cam (South Rim) alongside V1cam (West) and V2cam (East) - Add two Hawaii maps: wind overlay and waves overlay - Zoom out US map for broader national view - Full-screen 3x2 grid layout with responsive breakpoints - Enable YouTube controls for better video interaction Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24Add Conditions page with live volcano and weather feedsPeter Stone
- Standalone full-screen page at /conditions - Tiled grid layout with autoplaying video feeds - USGS Kilauea webcams (V1cam, V2cam) via YouTube embeds - Windy weather maps (local Hawaii + national US) - Opens in new tab from dashboard nav Closes #29 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>