Feat: ability to rename steps

This commit is contained in:
2026-01-30 11:58:16 +01:00
parent aee7433641
commit aac9524316
9 changed files with 149 additions and 12 deletions

View File

@@ -39,6 +39,12 @@ pub enum Modal {
pattern: usize,
name: String,
},
RenameStep {
bank: usize,
pattern: usize,
step: usize,
name: String,
},
SetPattern {
field: PatternField,
input: String,