improve ui

This commit is contained in:
2026-08-02 08:06:35 +02:00
parent c6c576174b
commit 65e62f6a39
25 changed files with 298 additions and 740 deletions
-3
View File
@@ -1,8 +1,5 @@
#pragma once
// Simple screen enum used as a state machine. Each screen has a render
// function that is called on refresh, and each screen owns its own last-
// fetch timestamp so refresh intervals can differ per screen.
enum class ScreenId {
HOME,
WEATHER_DETAIL,