feat: basic upcoming events list view
This commit is contained in:
parent
ea3a307f96
commit
2d665ab631
14 changed files with 155 additions and 10 deletions
|
|
@ -20,6 +20,7 @@ enum PopequerAdapterErr {
|
|||
}
|
||||
|
||||
#[derive(Serialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
struct EventItem {
|
||||
name: String,
|
||||
start_time: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue