feat: replace our home-grown gantt implementation with ganttastic #2180

Merged
konrad merged 78 commits from feature/ganttastic into main 2022-10-27 16:03:27 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 407f5f2ef8 - Show all commits

View File

@ -109,7 +109,7 @@ watch(
ganttBars.value = []
tasks.value.forEach(t => ganttBars.value.push(transformTaskToGanttBar(t)))
konrad marked this conversation as resolved Outdated

define types

define types

Done.

Done.
},
{deep: true},
{deep: true, immediate: true},
)
function transformTaskToGanttBar(t: ITask) {