wip: p.50, e=7, what a refactor

This commit is contained in:
🪞👃🪞 2024-11-17 08:13:55 +01:00
parent d24738f9f4
commit b3ac9e60e3
4 changed files with 6 additions and 7 deletions

View file

@ -488,7 +488,7 @@ impl PhrasesViewState for ArrangerTui {
fn entered (&self) -> bool {
todo!()
}
fn phrases (&self) -> Vec<()> {
fn phrases (&self) -> Vec<Arc<RwLock<Phrase>>> {
todo!()
}
fn phrase (&self) -> usize {