feat: display a project form upon clicking the create button on the projects page
This commit is contained in:
@ -82,7 +82,8 @@ pub(crate) fn CategoryTodayPage() -> Element {
|
||||
div {
|
||||
"Errors occurred: {errors:?}"
|
||||
}
|
||||
}
|
||||
},
|
||||
value => panic!("Unexpected query result: {value:?}")
|
||||
}
|
||||
match calendar_tasks_query_result.value() {
|
||||
QueryResult::Ok(QueryValue::Tasks(tasks))
|
||||
@ -151,7 +152,8 @@ pub(crate) fn CategoryTodayPage() -> Element {
|
||||
div {
|
||||
"Errors occurred: {errors:?}"
|
||||
}
|
||||
}
|
||||
},
|
||||
value => panic!("Unexpected query result: {value:?}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user