controls_panel layout, variables lazy-loading, concurrent waveform parts loading

This commit is contained in:
Martin Kavík 2024-05-28 23:07:28 +02:00
parent 53effc0b30
commit 0e91fc2d04
2 changed files with 59 additions and 13 deletions

View file

@ -26,6 +26,7 @@ fn root() -> impl Element {
Row::new()
.s(Height::fill())
.s(Font::new().color(color!("Lavender")))
.s(Gap::new().x(15))
.item(ControlsPanel::new(
hierarchy_and_time_table.clone(),
selected_var_refs.clone(),