dash-frontend: Application list

This commit is contained in:
Aleksander
2025-09-28 13:13:37 +02:00
parent eb12a6a319
commit b5a3ba2954
18 changed files with 907 additions and 115 deletions

View File

@@ -6,6 +6,7 @@ use wgui::{
drawing::Color,
event::{self, CallbackMetadata, EventListenerKind},
layout::LayoutParams,
parser::Fetchable,
renderer_vk::util,
taffy::{self, prelude::length},
widget::{
@@ -163,7 +164,7 @@ where
}
let template_key = format!("Key{:?}", key.cap_type);
gui_state_key.process_template(
gui_state_key.instantiate_template(
&parse_doc_params,
&template_key,
&mut panel.layout,