diff --git a/Cargo.lock b/Cargo.lock index aa605b6..5e0d05f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1367,6 +1367,7 @@ version = "0.1.0" dependencies = [ "anyhow", "glam", + "log", "rust-embed", "wgui", ] diff --git a/dash-frontend/Cargo.toml b/dash-frontend/Cargo.toml index b920dad..63934c2 100644 --- a/dash-frontend/Cargo.toml +++ b/dash-frontend/Cargo.toml @@ -7,4 +7,5 @@ edition = "2024" anyhow.workspace = true wgui = { path = "../wgui/" } glam = { workspace = true } +log = { workspace = true } rust-embed = "8.7.2" diff --git a/dash-frontend/assets/gui/dashboard.xml b/dash-frontend/assets/gui/dashboard.xml index 60f1904..4cb476e 100644 --- a/dash-frontend/assets/gui/dashboard.xml +++ b/dash-frontend/assets/gui/dashboard.xml @@ -1,11 +1,25 @@ - + + + + @@ -13,7 +27,7 @@
- diff --git a/dash-frontend/assets/gui/templates.xml b/dash-frontend/assets/gui/t_menu_button.xml similarity index 91% rename from dash-frontend/assets/gui/templates.xml rename to dash-frontend/assets/gui/t_menu_button.xml index 283f176..2616e10 100644 --- a/dash-frontend/assets/gui/templates.xml +++ b/dash-frontend/assets/gui/t_menu_button.xml @@ -1,6 +1,9 @@ + +