add estimated project and tasks frontend

This commit is contained in:
Gregor Vostrak
2024-09-28 22:56:33 +02:00
parent bff766d363
commit a6528102fe
21 changed files with 310 additions and 38 deletions

View File

@@ -165,6 +165,8 @@ watchEffect(() => {
is_billable: false,
expanded: false,
tasks: [],
estimated_time: null,
spent_time: 0,
},
],
});