diff --git a/package.json b/package.json index 7fea9535..49e404f0 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,6 @@ "v-tooltip": "4.0.0-beta.17", "vue": "3.2.37", "vue-advanced-cropper": "2.8.3", - "vue-drag-resize": "2.0.3", "vue-flatpickr-component": "9.0.6", "vue-i18n": "9.2.2", "vue-router": "4.1.3", diff --git a/src/components/tasks/gantt-component.vue b/src/components/tasks/gantt-component.vue deleted file mode 100644 index 01a90a32..00000000 --- a/src/components/tasks/gantt-component.vue +++ /dev/null @@ -1,639 +0,0 @@ - - - - - - - - - - - - {{ formatMonthAndYear(yk, parseInt(mk) + 1) }} - - - - {{ d.getDate() }} - - - {{ - d.toLocaleString('en-us', { - weekday: 'short', - }) - }} - - - - - - - - - - resizeTask(t, e)" - @resizestop="(e) => resizeTask(t, e)" - axis="x" - class="task" - > - - {{ t.title }} - - - - - - - - - - - - resizeTask(t, e)" - @resizestop="(e) => resizeTask(t, e)" - axis="x" - class="task nodate" - v-tooltip="$t('list.gantt.noDates')" - > - {{ t.title }} - - - - - - - - - - {{ $t('list.list.newTaskCta') }} - - - - {isTaskEdit = false;taskToEdit = null}" - :task="taskToEdit" - /> - - - - - - - \ No newline at end of file diff --git a/src/styles/components/list.scss b/src/styles/components/list.scss index ea340f3c..a9bfda0c 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 910f0440..06172865 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 { diff --git a/yarn.lock b/yarn.lock index e5e38fc2..a2958bdc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12595,11 +12595,6 @@ vue-demi@*: resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.12.1.tgz#f7e18efbecffd11ab069d1472d7a06e319b4174c" integrity sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw== -vue-drag-resize@2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/vue-drag-resize/-/vue-drag-resize-2.0.3.tgz#1faf0813f43304205bb355fbb3dacc548dd9398a" - integrity sha512-5q03tZ/LyvQsg1iHRcqs+wI2OKNbNIWl9+7V8rVL6MxJhZLCIYSSgbAUaDE38LhD6dFd5aJhdgNmES61AxjXuw== - vue-eslint-parser@^9.0.0, vue-eslint-parser@^9.0.1: version "9.0.2" resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.0.2.tgz#d2535516f3f55adb387939427fe741065eb7948a"