compiled without error, needs fix for warnings and testing

This commit is contained in:
filipriec
2025-03-21 14:05:39 +01:00
parent 15d87e33e5
commit 8dfec29202
3 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ pub async fn run_ui() -> Result<(), Box<dyn std::error::Error>> {
let config = Config::load()?;
let mut terminal = TerminalCore::new()?; // Remove .await
let mut grpc_client = GrpcClient::new().await?;
let mut command_handler = CommandHandler::new(grpc_client);
let mut command_handler = CommandHandler::new();
let theme = Theme::from_str(&config.colors.theme);
// Fetch table structure at startup (one-time)