Basic New Task
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m7s

This commit is contained in:
2024-04-03 13:28:35 -04:00
parent 923d09d713
commit deb6a0b8ed
11 changed files with 426 additions and 101 deletions

View File

@@ -2,7 +2,7 @@
<q-item-section>
<q-item-label overline>{{ task.title }}</q-item-label>
<q-item-label caption lines="2">{{ task.description }} </q-item-label>
<q-item-label caption>Due: {{ task.dueDate }}</q-item-label>
<q-item-label caption>Due: {{ task.due_date }}</q-item-label>
</q-item-section>
<q-expansion-item
v-if="task.subtasks && task.subtasks.length"