Skip to content

Commit

Permalink
refactor: migrate album tree component to list component
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarodragan committed Jan 10, 2025
1 parent e2c40cb commit 681ad86
Show file tree
Hide file tree
Showing 12 changed files with 244 additions and 520 deletions.
2 changes: 1 addition & 1 deletion assets/actions.kv
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Navigation.End=End
Navigation.PageUp=PageUp
Navigation.PageDown=PageDown

Text.Delete=Delete
# Text.Delete=Delete
Text.DeleteBack=Backspace

List.Insert=Insert
Expand Down
8 changes: 4 additions & 4 deletions src/components/library.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pub mod keyboard_handler;
pub mod library;
pub mod widget;
mod keyboard_handler;
mod library;
mod widget;

mod album_tree;
mod album_tree_item;

pub use library::*;
7 changes: 0 additions & 7 deletions src/components/library/album_tree.rs

This file was deleted.

118 changes: 0 additions & 118 deletions src/components/library/album_tree/component.rs

This file was deleted.

240 changes: 0 additions & 240 deletions src/components/library/album_tree/keyboard_handler.rs

This file was deleted.

Loading

0 comments on commit 681ad86

Please sign in to comment.