ver 1.1.20:
- corretto campo foto che non compariva più. - sistemato i campi aggiuntivi e i richiesti. - migliorato la barra in alto di selezione. - aggiunto alcune icone.
This commit is contained in:
@@ -90,6 +90,26 @@
|
||||
>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item
|
||||
v-else-if="myrec.profile && !myrec.profile.username_telegram"
|
||||
clickable
|
||||
v-close-popup
|
||||
>
|
||||
<q-item-section avatar>
|
||||
<q-icon color="blue" name="email" />
|
||||
</q-item-section>
|
||||
<q-item-section>
|
||||
<a
|
||||
v-if="
|
||||
myrec.email
|
||||
"
|
||||
:href="tools.isUserOk() ? tools.getemailto(myrec.email) : null"
|
||||
target="_blank"
|
||||
>{{ $t('msgs.write_email') }} -
|
||||
{{ tools.getNomeUtenteByRecUser(myrec) }}</a
|
||||
>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item
|
||||
v-if="!nopopup && myrec.myreact"
|
||||
clickable
|
||||
@@ -733,7 +753,7 @@
|
||||
/></q-item-label>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item clickable v-if="myrec.email">
|
||||
<q-item clickable v-if="myrec.email && !myrec.contact_email">
|
||||
<q-item-section avatar>
|
||||
<q-icon color="blue-grey-6" name="fas fa-envelope" />
|
||||
</q-item-section>
|
||||
@@ -998,6 +1018,24 @@
|
||||
)
|
||||
"
|
||||
/>
|
||||
<q-btn
|
||||
v-else-if="
|
||||
(myrec.profile && !myrec.profile.username_telegram) &&
|
||||
!myrec.contact_telegram
|
||||
"
|
||||
class="q-mx-xxs q-my-xs"
|
||||
rounded
|
||||
:label="$t('msgs.write_email')"
|
||||
text-color="primary"
|
||||
color="white"
|
||||
icon="mail"
|
||||
target="_blank"
|
||||
@click="
|
||||
tools.openUrl(
|
||||
tools.getemailto(myrec.email)
|
||||
)
|
||||
"
|
||||
/>
|
||||
<q-btn
|
||||
v-if="table === shared_consts.TABLES_MYBACHECAS"
|
||||
class="q-mx-xxs q-my-xs"
|
||||
|
||||
Reference in New Issue
Block a user