mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07:25 +01:00
Add new experimental navigator and use it for login
This commit is contained in:
parent
29e89580d8
commit
80f5047369
8 changed files with 332 additions and 105 deletions
|
|
@ -10,9 +10,13 @@ pub use list::*;
|
|||
pub mod navigator;
|
||||
pub use navigator::*;
|
||||
|
||||
pub mod new_navigator;
|
||||
|
||||
pub mod navigator_window;
|
||||
pub use navigator_window::*;
|
||||
|
||||
pub mod new_navigator_window;
|
||||
|
||||
pub mod player_bar;
|
||||
pub use player_bar::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue