mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +01:00
wip: p.50, e=7, what a refactor
This commit is contained in:
parent
d24738f9f4
commit
b3ac9e60e3
4 changed files with 6 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue