Added Chat

Restructured Calendar
Some Changes in Timetracking
This commit is contained in:
2024-01-15 10:19:06 +01:00
parent 05130052af
commit f5e7700809
8 changed files with 603 additions and 5 deletions

View File

@@ -20,6 +20,9 @@ const tabItems = [
key: "phases",
label: "Phasen"
},*/{
key: "information",
label: "Informationen"
},{
key: "tasks",
label: "Aufgaben"
},/*{
@@ -31,6 +34,9 @@ const tabItems = [
},{
key: "timetracking",
label: "Zeiterfassung"
},{
key: "events",
label: "Termine"
}/*,{
key: "material",
label: "Material"
@@ -421,6 +427,10 @@ setupPage()
</UTable>
</div>
<div v-else-if="item.key === 'events'" class="space-y-3">
{{dataStore.getEventsByProjectId(currentItem.id)}}
</div>
<!--
<div v-else-if="item.key === 'material'" class="space-y-3">
<p>Hier wird aktuell noch gearbeitet</p>