chain word and better save/load UI

This commit is contained in:
2026-01-23 23:36:23 +01:00
parent a1ddb4a170
commit f75ea4bb97
20 changed files with 775 additions and 132 deletions

View File

@@ -1,4 +1,5 @@
use crate::state::editor::PatternField;
use crate::state::file_browser::FileBrowserState;
#[derive(Clone, PartialEq, Eq)]
pub enum Modal {
@@ -21,8 +22,7 @@ pub enum Modal {
bank: usize,
selected: bool,
},
SaveAs(String),
LoadFrom(String),
FileBrowser(FileBrowserState),
RenameBank {
bank: usize,
name: String,