From 2b0df8c2375ec5f9afe43207807e999bcc693d21 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 19 Jul 2022 22:55:38 +0200 Subject: [PATCH] feat: add basic implementation of ganttastic --- package.json | 1 + src/components/tasks/gantt-chart.vue | 118 +++++++++++++++++++++++++++ src/views/list/ListGantt.vue | 4 +- 3 files changed, 121 insertions(+), 2 deletions(-) create mode 100644 src/components/tasks/gantt-chart.vue diff --git a/package.json b/package.json index 4fe8c66c4..222fc7d26 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "@fortawesome/free-solid-svg-icons": "6.2.0", "@fortawesome/vue-fontawesome": "3.0.1", "@github/hotkey": "2.0.1", + "@infectoone/vue-ganttastic": "^2.0.4", "@kyvg/vue3-notification": "2.4.1", "@sentry/tracing": "7.17.0", "@sentry/vue": "7.17.0", diff --git a/src/components/tasks/gantt-chart.vue b/src/components/tasks/gantt-chart.vue new file mode 100644 index 000000000..af88fa378 --- /dev/null +++ b/src/components/tasks/gantt-chart.vue @@ -0,0 +1,118 @@ + + + + + diff --git a/src/views/list/ListGantt.vue b/src/views/list/ListGantt.vue index 12ab6e952..e3bdc9f07 100644 --- a/src/views/list/ListGantt.vue +++ b/src/views/list/ListGantt.vue @@ -49,7 +49,7 @@