fix_error
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-14 19:21:21 +03:00
parent ab94ad69a5
commit 04ea1f83c6
39 changed files with 2326 additions and 451 deletions

View File

@@ -52,12 +52,17 @@
</div>
<q-btn
@click="editProject"
flat round
color="white"
icon="edit"
size="md"
/>
@click="toProjects"
flat
no-caps
dense
class="q-ml-xl"
>
<span class="flex items-center no-wrap text-caption">
{{ $t('header__to_projects') }}
<q-icon name="mdi-chevron-right"/>
</span>
</q-btn>
</div>
</template>
@@ -93,9 +98,8 @@
expandProjectInfo.value = !expandProjectInfo.value
}
async function editProject () {
if (currentProjectId.value)
await router.push({ name: 'project_info', params: { id: currentProjectId.value } })
async function toProjects () {
await router.push({ name: 'projects' })
}
interface sizeParams {

View File

@@ -45,7 +45,7 @@
<q-item-label lines="1" class="text-bold" v-if="item.section1">
{{item.section1}}
</q-item-label>
<q-item-label lines="1" caption v-if="item.section3">
<q-item-label lines="2" caption v-if="item.section3">
{{item.section3}}
</q-item-label>
<q-item-label caption lines="2">
@@ -172,7 +172,7 @@
<q-item-label lines="1" class="text-bold" v-if="item.section1">
{{item.section1}}
</q-item-label>
<q-item-label lines="1" caption v-if="item.section3">
<q-item-label lines="2" caption v-if="item.section3">
{{item.section3}}
</q-item-label>
<q-item-label caption lines="2">