From 07a6a31f47dbd9b209663fd325df7c275a8b9e39 Mon Sep 17 00:00:00 2001 From: dpschen Date: Fri, 10 Sep 2021 14:21:33 +0000 Subject: [PATCH] chore: move constants in folder (#732) Co-authored-by: Dominik Pschenitschni Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/732 Reviewed-by: konrad Co-authored-by: dpschen Co-committed-by: dpschen --- src/components/home/topNavigation.vue | 2 +- src/components/notifications/notifications.vue | 2 +- src/components/sharing/linkSharing.vue | 2 +- src/components/sharing/userTeam.vue | 2 +- src/components/tasks/edit-task.vue | 2 +- src/components/tasks/gantt-component.vue | 4 ++-- src/components/tasks/partials/priorityLabel.vue | 2 +- src/components/tasks/partials/prioritySelect.vue | 2 +- src/components/tasks/partials/relatedTasks.vue | 2 +- src/components/tasks/partials/repeatAfter.vue | 4 ++-- src/models/{ => constants}/config.js | 0 src/models/{ => constants}/notificationNames.json | 0 src/models/{ => constants}/priorities.json | 0 src/models/{ => constants}/relationKinds.json | 0 src/models/{ => constants}/rights.json | 0 src/models/{ => constants}/taskRepeatModes.json | 0 src/models/notification.js | 2 +- src/models/task.js | 2 +- src/modules/parseTaskText.test.js | 2 +- src/modules/parseTaskText.ts | 2 +- src/views/list/views/Kanban.vue | 2 +- src/views/list/views/List.vue | 2 +- src/views/tasks/TaskDetailView.vue | 6 +++--- src/views/teams/EditTeam.vue | 2 +- 24 files changed, 22 insertions(+), 22 deletions(-) rename src/models/{ => constants}/config.js (100%) rename src/models/{ => constants}/notificationNames.json (100%) rename src/models/{ => constants}/priorities.json (100%) rename src/models/{ => constants}/relationKinds.json (100%) rename src/models/{ => constants}/rights.json (100%) rename src/models/{ => constants}/taskRepeatModes.json (100%) diff --git a/src/components/home/topNavigation.vue b/src/components/home/topNavigation.vue index b45604ad3..1d325f781 100644 --- a/src/components/home/topNavigation.vue +++ b/src/components/home/topNavigation.vue @@ -97,7 +97,7 @@