feat: ability to create a task #14

Merged
matous-volf merged 12 commits from feat/task-create into main 2024-08-22 21:40:47 +00:00
Showing only changes of commit 53440e6afc - Show all commits

View File

@ -19,6 +19,7 @@ pub(crate) fn ProjectForm() -> Element {
input {
r#type: "text",
name: "title",
required: true,
placeholder: "title"
}
button {