working perfectly well, needs bug fixes to proper shortcuts to proper windows
This commit is contained in:
@@ -32,7 +32,7 @@ pub async fn run_ui() -> Result<(), Box<dyn std::error::Error>> {
|
||||
.iter()
|
||||
.map(|p| p.name.clone())
|
||||
.collect();
|
||||
let admin_panel_state = AdminPanelState::new(profiles);
|
||||
let mut admin_panel_state = AdminPanelState::new(profiles);
|
||||
|
||||
// Fetch table structure at startup (one-time)
|
||||
let table_structure = grpc_client.get_table_structure().await?;
|
||||
@@ -75,7 +75,7 @@ pub async fn run_ui() -> Result<(), Box<dyn std::error::Error>> {
|
||||
&event_handler.command_message,
|
||||
&app_state,
|
||||
&intro_state,
|
||||
&admin_panel_state,
|
||||
&mut admin_panel_state,
|
||||
);
|
||||
})?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user