From 4420aace9c0ee1bb3255190234f4a2035619b473 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 25 Jan 2026 17:15:23 -1000 Subject: Fix timezone and date handling bugs #40, #41, #42 #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 --- web/templates/conditions.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'web') diff --git a/web/templates/conditions.html b/web/templates/conditions.html index 14b10b0..66f87ce 100644 --- a/web/templates/conditions.html +++ b/web/templates/conditions.html @@ -69,8 +69,8 @@ } @media (max-width: 600px) { .video-grid { - grid-template-columns: 1fr; - grid-template-rows: repeat(6, 1fr); + grid-template-columns: repeat(2, 1fr); + grid-template-rows: repeat(3, 1fr); } } @@ -82,7 +82,7 @@
@@ -92,7 +92,7 @@
@@ -102,7 +102,7 @@
-- cgit v1.2.3