diff --git a/frontend/components/TaskDialog.vue b/frontend/components/TaskDialog.vue
index 275cc38..97386d2 100644
--- a/frontend/components/TaskDialog.vue
+++ b/frontend/components/TaskDialog.vue
@@ -1,15 +1,87 @@
-
+
{{ task ? 'Edit Task' : 'New Task' }}
+
+
+
+
+
+
+
+
+
+
+
+ Priority
+
+
+
+
+
+
+
+
+
+
+
-
+
Cancel
-
+
+ Reset
+
+
Submit
@@ -18,7 +90,7 @@