- added a persistent 12 hour / 24 hour segmented control under the sidebar’s Time preferences.

Updated:
[public/index.php](/Users/tyemeclifford/Documents/GH/weather/public/index.php)
[public/assets/js/app.js](/Users/tyemeclifford/Documents/GH/weather/public/assets/js/app.js)
[public/assets/css/styles.css](/Users/tyemeclifford/Documents/GH/weather/public/assets/css/styles.css)
[README.md](/Users/tyemeclifford/Documents/GH/weather/README.md)
This commit is contained in:
Ty Clifford
2026-06-30 19:56:36 -04:00
parent c69d2b147b
commit 181efee0e6
4 changed files with 61 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ A PHP, SQLite, HTML5, and JavaScript weather dashboard that uses public weather
- RainViewer radar tiles on an interactive Leaflet map.
- Local SQLite API cache with a five minute weather refresh window.
- Hourly and daily archive snapshots with search and JSON detail export.
- Cookie-backed display preferences, map layer toggles, dark/light theme, and import/export.
- Cookie-backed display preferences, map layer toggles, 12/24 hour time format, dark/light theme, and import/export.
- Current-date history facts comparing the projection to the same date last year.
## Run