wip: p.46, e=26, still lotta todo!

This commit is contained in:
🪞👃🪞 2024-11-17 04:29:34 +01:00
parent 627c7d8820
commit 2977247597
13 changed files with 392 additions and 443 deletions

View file

@ -57,7 +57,7 @@ impl Content for ArrangerTui {
),
Split::right(
self.splits[1],
widget(&self.phrases),
widget(&PhrasesView(self)),
widget(&PhraseView(self)),
)
)