This commit is contained in:
2026-01-24 02:16:18 +01:00
parent b3c56bc56c
commit e1aff189cd
6 changed files with 84 additions and 29 deletions

View File

@@ -1,5 +1,7 @@
use std::path::PathBuf;
use ratatui::style::Color;
use crate::engine::PatternChange;
use crate::model::PatternSpeed;
use crate::state::{Modal, PatternField};
@@ -100,6 +102,7 @@ pub enum AppCommand {
Flash {
message: String,
duration_ms: u64,
color: Color,
},
OpenModal(Modal),
CloseModal,