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

@@ -79,6 +79,7 @@ pub struct CopiedStepData {
pub active: bool,
pub source: Option<usize>,
pub original_index: usize,
pub name: Option<String>,
}
impl EditorContext {