Reworked library. Added local, my, fed traks overview.

This commit is contained in:
Ultradesu
2026-07-25 23:24:49 +03:00
parent 788bc2e01f
commit c45f2e700b
8 changed files with 511 additions and 49 deletions
+6
View File
@@ -52,6 +52,12 @@ pub enum AppEvent {
},
/// Liked local content ids for the ♥ markers.
LikesLoaded(Result<Vec<String>, String>),
/// Local-library content ids for availability markers.
LocalContentIdsLoaded(Result<Vec<String>, String>),
/// One content id became available locally while the UI is open.
LocalContentAvailable {
content_id: String,
},
LikeToggled {
content_id: String,
liked: bool,