chore: remove unused code
This commit is contained in:
parent
afaf1846ec
commit
652db56d42
@ -19,53 +19,6 @@
|
|||||||
:projects="projects"
|
:projects="projects"
|
||||||
:show-archived="showArchived"
|
:show-archived="showArchived"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- <p v-if="projects.length === 0" class="has-text-centered has-text-grey mt-4 is-italic">-->
|
|
||||||
<!-- {{ $t('project.noneAvailable') }}-->
|
|
||||||
<!-- <BaseButton :to="{name: 'project.create'}">-->
|
|
||||||
<!-- {{ $t('project.create.title') }}.-->
|
|
||||||
<!-- </BaseButton>-->
|
|
||||||
<!-- </p>-->
|
|
||||||
|
|
||||||
<!-- <section :key="`n${n.id}`" class="project" v-for="n in projects">-->
|
|
||||||
<!-- <x-button-->
|
|
||||||
<!-- v-if="n.id > 0 && n.projects.length > 0"-->
|
|
||||||
<!-- :to="{name: 'project.create', params: {projectId: n.id}}"-->
|
|
||||||
<!-- class="is-pulled-right"-->
|
|
||||||
<!-- variant="secondary"-->
|
|
||||||
<!-- icon="plus"-->
|
|
||||||
<!-- >-->
|
|
||||||
<!-- {{ $t('project.create.header') }}-->
|
|
||||||
<!-- </x-button>-->
|
|
||||||
<!-- <x-button-->
|
|
||||||
<!-- v-if="n.isArchived"-->
|
|
||||||
<!-- :to="{name: 'project.settings.archive', params: {id: n.id}}"-->
|
|
||||||
<!-- class="is-pulled-right mr-4"-->
|
|
||||||
<!-- variant="secondary"-->
|
|
||||||
<!-- icon="archive"-->
|
|
||||||
<!-- >-->
|
|
||||||
<!-- {{ $t('project.unarchive') }}-->
|
|
||||||
<!-- </x-button>-->
|
|
||||||
|
|
||||||
<!-- <h2 class="project-title">-->
|
|
||||||
<!-- <span v-cy="'project-title'">{{ getProjectTitle(n) }}</span>-->
|
|
||||||
<!-- <span v-if="n.isArchived" class="is-archived">-->
|
|
||||||
<!-- {{ $t('project.archived') }}-->
|
|
||||||
<!-- </span>-->
|
|
||||||
<!-- </h2>-->
|
|
||||||
|
|
||||||
<!-- <!– <p v-if="n.projects.length === 0" class="has-text-centered has-text-grey mt-4 is-italic">–>-->
|
|
||||||
<!-- <!– {{ $t('project.noProjects') }}–>-->
|
|
||||||
<!-- <!– <BaseButton :to="{name: 'project.create', params: {projectId: n.id}}">–>-->
|
|
||||||
<!-- <!– {{ $t('project.createProject') }}–>-->
|
|
||||||
<!-- <!– </BaseButton>–>-->
|
|
||||||
<!-- <!– </p>–>-->
|
|
||||||
|
|
||||||
<!-- <ProjectCardGrid v-else-->
|
|
||||||
<!-- :projects="n.projects"-->
|
|
||||||
<!-- :show-archived="showArchived"-->
|
|
||||||
<!-- />-->
|
|
||||||
<!-- </section>-->
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user