feat: display a project form upon clicking the create button on the projects page

This commit is contained in:
2024-09-05 18:18:03 +02:00
parent 270e06de46
commit fe1837d6a1
13 changed files with 138 additions and 46 deletions

View File

@ -71,7 +71,8 @@ pub(crate) fn CategoryCalendarPage() -> Element {
div {
"Errors occurred: {errors:?}"
}
}
},
value => panic!("Unexpected query result: {value:?}")
}
}
}