Feat: bank / pattern import / export feature + documentation
Some checks failed
Deploy Website / deploy (push) Failing after 31s

This commit is contained in:
2026-02-26 00:20:46 +01:00
parent 7622e3d14c
commit c2eeebcfb7
15 changed files with 412 additions and 3 deletions

View File

@@ -67,6 +67,20 @@ pub enum AppCommand {
bank: usize,
pattern: usize,
},
SharePattern {
bank: usize,
pattern: usize,
},
ImportPattern {
bank: usize,
pattern: usize,
},
ShareBank {
bank: usize,
},
ImportBank {
bank: usize,
},
CopyPatterns {
bank: usize,
patterns: Vec<usize>,