feat: basic upcoming events list view

This commit is contained in:
Matthieu Bessat 2024-02-07 17:45:05 +01:00
parent ea3a307f96
commit 2d665ab631
14 changed files with 155 additions and 10 deletions

View file

@ -20,6 +20,7 @@ enum PopequerAdapterErr {
}
#[derive(Serialize)]
#[serde(rename_all = "camelCase")]
struct EventItem {
name: String,
start_time: String,