chore(views): move actual project views into their own folder
This commit is contained in:
parent
004f1e06bb
commit
f6485be9e2
@ -1,3 +1,19 @@
|
|||||||
|
<!-- Vikunja is a to-do list application to facilitate your life. -->
|
||||||
|
<!-- Copyright 2018-present Vikunja and contributors. All rights reserved. -->
|
||||||
|
<!-- -->
|
||||||
|
<!-- This program is free software: you can redistribute it and/or modify -->
|
||||||
|
<!-- it under the terms of the GNU Affero General Public Licensee as published by -->
|
||||||
|
<!-- the Free Software Foundation, either version 3 of the License, or -->
|
||||||
|
<!-- (at your option) any later version. -->
|
||||||
|
<!-- -->
|
||||||
|
<!-- This program is distributed in the hope that it will be useful, -->
|
||||||
|
<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
|
||||||
|
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
|
||||||
|
<!-- GNU Affero General Public Licensee for more details. -->
|
||||||
|
<!-- -->
|
||||||
|
<!-- You should have received a copy of the GNU Affero General Public Licensee -->
|
||||||
|
<!-- along with this program. If not, see <https://www.gnu.org/licenses/>. -->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<ProjectWrapper
|
<ProjectWrapper
|
||||||
class="project-gantt"
|
class="project-gantt"
|
||||||
@ -87,7 +103,7 @@ import Fancycheckbox from '@/components/input/fancycheckbox.vue'
|
|||||||
import TaskForm from '@/components/tasks/TaskForm.vue'
|
import TaskForm from '@/components/tasks/TaskForm.vue'
|
||||||
|
|
||||||
import {createAsyncComponent} from '@/helpers/createAsyncComponent'
|
import {createAsyncComponent} from '@/helpers/createAsyncComponent'
|
||||||
import {useGanttFilters} from './helpers/useGanttFilters'
|
import {useGanttFilters} from '../../../views/project/helpers/useGanttFilters'
|
||||||
import {RIGHTS} from '@/constants/rights'
|
import {RIGHTS} from '@/constants/rights'
|
||||||
|
|
||||||
import type {DateISO} from '@/types/DateISO'
|
import type {DateISO} from '@/types/DateISO'
|
@ -3,10 +3,10 @@ import {computed, watch} from 'vue'
|
|||||||
import {useProjectStore} from '@/stores/projects'
|
import {useProjectStore} from '@/stores/projects'
|
||||||
import {useRoute, useRouter} from 'vue-router'
|
import {useRoute, useRouter} from 'vue-router'
|
||||||
|
|
||||||
import ProjectList from '@/views/project/ProjectList.vue'
|
import ProjectList from '@/components/project/views/ProjectList.vue'
|
||||||
import ProjectGantt from '@/views/project/ProjectGantt.vue'
|
import ProjectGantt from '@/components/project/views/ProjectGantt.vue'
|
||||||
import ProjectTable from '@/views/project/ProjectTable.vue'
|
import ProjectTable from '@/components/project/views/ProjectTable.vue'
|
||||||
import ProjectKanban from '@/views/project/ProjectKanban.vue'
|
import ProjectKanban from '@/components/project/views/ProjectKanban.vue'
|
||||||
|
|
||||||
const {
|
const {
|
||||||
projectId,
|
projectId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user