refactor(frontend): clean up App component and improve search functionality

This commit is contained in:
2025-03-23 19:10:18 +01:00
parent 410df01b4d
commit 4c85f1de79
2 changed files with 42 additions and 56 deletions

View File

@@ -7,6 +7,7 @@ use std::sync::Arc;
use std::sync::Mutex;
use tauri::AppHandle;
use tauri::Emitter;
use tauri::TitleBarStyle;
use tauri::{WebviewUrl, WebviewWindowBuilder};
struct WatcherState {