aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-03-08Change block layout, add time visualizationMitsuo Tokumori
Block layout is now flex.
2025-03-06Initial commitMitsuo Tokumori
Only 2 blocks: time and weather. Currently data is passed in formatted strings made server-side (python) just for testing, later the formatting should be client-side (html). Also the "time" API might be redundant, ideally it should pass the city names, and offsets (time zone), and then just use the system time (otherwise DST jumps would need to be taken into account).