Embed MOTD banner into TUI

This commit is contained in:
Mikhail Chusavitin
2026-03-25 18:11:17 +03:00
parent f8c997d272
commit 1e62f828c6
6 changed files with 224 additions and 76 deletions
+3 -2
View File
@@ -27,8 +27,9 @@ type exportTargetsMsg struct {
err error
}
type panelMsg struct {
data app.HardwarePanelData
type snapshotMsg struct {
banner string
panel app.HardwarePanelData
}
type nvidiaGPUsMsg struct {