refactor: simplify specs display layout
Build And Push Container / build-and-push (push) Successful in 59s

This commit is contained in:
2026-06-30 23:54:04 +02:00
parent 33967f3b7b
commit c650d63299
4 changed files with 74 additions and 182 deletions
+4 -1
View File
@@ -30,6 +30,8 @@ Current scope:
- manage rotation order and switch interval
- enable or disable custom panels without the vendor web UI
- drive the AOOSTAR LCD directly through the native `aoostar-rs` serial implementation
- show native system specs in either a card view or an htop-style meter view
- toggle a built-in `ricardo.gif` animation directly from the Web UI
Start it from the workspace root:
@@ -40,11 +42,12 @@ cargo run -p aster-webui -- --config-dir /config --bind 0.0.0.0:8080
Important:
- the current web UI writes compatible `Monitor3.json` and `/config/img/*` assets
- animated GIF uploads currently use the first frame only
- the native display loop runs automatically and uses the default AOOSTAR USB UART unless
`--device`, `--usb`, `--simulate`, or `--disable-display` is specified
- the native path currently targets custom image panels; built-in vendor sensor themes are not yet
reimplemented in the web UI
- the Web UI currently exposes animated playback through the built-in `Ricardo` toggle rather than
arbitrary uploaded GIF rotation
## Native Container Variant