refactor: Extract system and status logic from UI module

Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
This commit is contained in:
Chaos Rogers 2025-07-21 19:44:10 +01:00
parent 1d9bc1e25e
commit b854d29015
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,5 @@
use chrono::{DateTime, Local, Timelike, Utc};
use crate::config::Config;
use chrono::{DateTime, Local, Timelike, Utc};
use regex::Captures;
use std::collections::VecDeque;