1
0

feat: optimize print view for project views

This commit is contained in:
kolaente
2023-05-30 19:50:37 +02:00
parent b3666ec27e
commit 8e2c76a33e
4 changed files with 36 additions and 15 deletions

View File

@ -8,7 +8,8 @@
<MenuButton class="menu-button" />
<div v-if="currentProject?.id" class="project-title-wrapper">
<h1 class="project-title">{{ currentProject.title === '' ? $t('misc.loading') : getProjectTitle(currentProject) }}
<h1 class="project-title">
{{ currentProject.title === '' ? $t('misc.loading') : getProjectTitle(currentProject) }}
</h1>
<BaseButton :to="{ name: 'project.info', params: { projectId: currentProject.id } }" class="project-title-button">