refactor: complete rewrite for high performance hierarchical monitoring

This commit is contained in:
2026-02-23 19:46:54 +01:00
parent 969fb6a17d
commit a6ac12a3b2
8 changed files with 189 additions and 827 deletions

View File

@@ -5,11 +5,9 @@
mod models;
mod monitor;
mod commands; // We'll keep this but gut it
mod cli;
use tauri::{State, Manager};
use std::sync::Mutex;
use tauri::State;
use crate::monitor::Monitor;
use crate::models::GlobalStats;