aggiunto "Seen"

This commit is contained in:
Surya Paolo
2023-04-13 14:27:06 +02:00
parent 35db79b479
commit 6f1f962c0a
10 changed files with 107 additions and 2 deletions

View File

@@ -10,6 +10,22 @@
</CGalleryImages>
<q-card-actions align="right">
<div class="">
<q-btn
flat
round
color="blue"
icon="far fa-eye"
>
<q-badge
v-if="myrec.myseen"
color="primary"
:label="myrec.myseen.length"
floating
transparent
/>
</q-btn>
</div>
<div class="">
<q-btn
flat
@@ -83,6 +99,24 @@
</q-item-section>
</q-item>
<q-separator />
<q-item
clickable
v-close-popup
@click="
clicca(
costanti.TIPOFAVBOOK.SEEN,
false,
$t('cmd.seen', {num: myrec.myseen ? myrec.myseen.length : 0})
)
"
>
<q-item-section avatar>
<q-icon color="blue" name="fas fa-eye" />
</q-item-section>
<q-item-section>
{{ $t('cmd.seen', {num: myrec.myseen ? myrec.myseen.length : 0}) }}
</q-item-section>
</q-item>
<q-item
clickable
v-close-popup