Provide search functionality through the TUI #134

Merged
wojtek merged 35 commits from 24---provide-search-functionality-through-the-tui into main 2024-02-18 22:12:42 +01:00
Showing only changes of commit 7ceb610bde - Show all commits

View File

@ -3,7 +3,7 @@ use crate::tui::{
app::App,
selection::ListSelection,
state::{AppInner, AppMachine},
AppState, IAppInteractSearch, AppPublic,
AppPublic, AppState, IAppInteractSearch,
},
lib::IMusicHoard,
};