diff --git a/package.json b/package.json index 222fc7d26..8745af915 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,6 @@ "ufo": "0.8.6", "vue": "3.2.41", "vue-advanced-cropper": "2.8.6", - "vue-drag-resize": "2.0.3", "vue-flatpickr-component": "10.0.0", "vue-i18n": "9.2.2", "vue-router": "4.1.6", diff --git a/src/components/tasks/gantt-component.vue b/src/components/tasks/gantt-component.vue deleted file mode 100644 index 596dae839..000000000 --- a/src/components/tasks/gantt-component.vue +++ /dev/null @@ -1,642 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/styles/components/list.scss b/src/styles/components/list.scss index ea340f3cd..a9bfda0c9 100644 --- a/src/styles/components/list.scss +++ b/src/styles/components/list.scss @@ -1,6 +1,5 @@ // FIXME: should be a component // used in -// - gantt-component.vue // - Kanban.vue // - List.vue // - Table.vue diff --git a/src/styles/components/tasks.scss b/src/styles/components/tasks.scss index 910f0440f..061728658 100644 --- a/src/styles/components/tasks.scss +++ b/src/styles/components/tasks.scss @@ -46,7 +46,6 @@ } // FIXME: is only used where is used aswell: -// - gantt-component.vue // - List.vue // -> Move the wrapper including this class definition inside .is-max-width-desktop .tasks .task {