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

@ -27,6 +27,7 @@ pub(crate) fn CategoryPage(category: Category) -> Element {
div {
"Errors occurred: {errors:?}"
}
}
},
value => panic!("Unexpected query result: {value:?}")
}
}