style(library): Re-designed Library UI with new features

This commit is contained in:
Aden Lindsay
2025-02-15 16:41:32 +10:30
parent 50080e6444
commit 2ad09b51fa
7 changed files with 483 additions and 111 deletions
+1
View File
@@ -36,6 +36,7 @@ pub struct Game {
m_banner_id: String,
m_cover_id: String,
m_image_library: Vec<String>,
m_image_carousel: Vec<String>,
}
#[derive(serde::Serialize, Clone)]
pub struct GameUpdateEvent {