Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix-front into dev
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2024-06-07 12:03:41 +02:00
commit c392b44195
1 changed files with 128 additions and 133 deletions

View File

@ -622,8 +622,7 @@ setLogTree();
</QList>
</div>
</div>
<QDrawer v-model="stateStore.rightDrawer" show-if-above side="right" :width="300">
<QScrollArea class="fit text-grey-8">
<Teleport to="#right-panel" v-if="stateStore.isHeaderMounted()">
<QList dense>
<QSeparator />
<QItem class="q-mt-sm">
@ -686,10 +685,7 @@ setLogTree();
hide-selected
>
<template #option="{ opt, itemProps }">
<QItem
v-bind="itemProps"
class="q-pa-xs row items-center"
>
<QItem v-bind="itemProps" class="q-pa-xs row items-center">
<QItemSection class="col-3 items-center">
<VnAvatar :worker-id="opt.id" />
</QItemSection>
@ -759,8 +755,7 @@ setLogTree();
/>
</QItem>
</QList>
</QScrollArea>
</QDrawer>
</Teleport>
<QDialog v-model="dateFromDialog">
<QDate
:years-in-month-view="false"