Feat: UI/UX fixes + removing clones from places

This commit is contained in:
2026-03-05 00:15:51 +01:00
parent 35370a6f2c
commit 60fb62829f
17 changed files with 1817 additions and 290 deletions

View File

@@ -74,7 +74,6 @@ pub enum Modal {
input: String,
},
SetTempo(String),
JumpToStep(String),
AddSamplePath(Box<FileBrowserState>),
Editor,
PatternProps {
@@ -102,4 +101,9 @@ pub enum Modal {
rotation: String,
},
Onboarding { page: usize },
CommandPalette {
input: String,
cursor: usize,
scroll: usize,
},
}