++ diffusori

fixed user chip
This commit is contained in:
Surya Paolo
2022-12-11 02:57:45 +01:00
parent 955c4daaa1
commit cf990db03a
20 changed files with 148 additions and 42 deletions

View File

@@ -85,6 +85,7 @@
<span class="extrafield">{{ $t(col.extrafield) }}</span>
</span>
<div
v-if="
(col.tipovisu === costanti.TipoVisu.LINK ||
@@ -106,14 +107,14 @@
>
<q-item-section avatar>
<q-avatar round size="48px">
<img :src="userStore.getImgByProfile(row)" />
<q-badge v-if="tools.isUserOnline(row)" align="top" floating color="green">online</q-badge>
<img :src="userStore.getImgByProfile(row, true, col)" />
<q-badge v-if="tools.isUserOnline(row, col)" align="top" floating color="green">online</q-badge>
</q-avatar>
</q-item-section>
<q-item-section class="">
<q-item-label>{{ tools.getNameToShow(row) }}</q-item-label>
<q-item-label>{{ tools.getNameToShow(row, col) }}</q-item-label>
<q-item-label caption>{{
tools.getUserNameOnlyIfToShow(row)
tools.getUserNameOnlyIfToShow(row, col)
}}</q-item-label>
</q-item-section>
<q-item-section side></q-item-section>