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 00f55ff3ae
commit 8520b255a3
7 changed files with 483 additions and 111 deletions

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 {