Some more minor improvements in the UI and updating some libraries
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
#[derive(Debug, Clone, PartialEq, Eq, serde::Serialize, serde::Deserialize)]
|
||||
pub struct DemoList {
|
||||
pub done: Vec<BaseDemoInfo>,
|
||||
pub pending: Vec<()>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, serde::Serialize, serde::Deserialize)]
|
||||
pub struct BaseDemoInfo {
|
||||
pub id: String,
|
||||
|
||||
Reference in New Issue
Block a user