- aggiornata la grafica della Home di RISO

- Profilo Completition
- Email Verificata
- Invita un Amico (invio di email)
This commit is contained in:
Surya Paolo
2025-11-15 19:38:39 +01:00
parent d812c6c799
commit b8df3ea721
110 changed files with 10856 additions and 2765 deletions

View File

@@ -187,7 +187,7 @@
v-if="visu === costanti.USER_CIRCUITS && tools.isUserOk()"
>
<q-item-label>
<div v-if="false">
<div v-if="username === myusername() && !noaut">
<q-btn
rounded
:icon="
@@ -312,7 +312,7 @@
</q-btn>
</div>
<q-btn
v-if="fidoConcessoUtente !== '' && false"
v-if="fidoConcessoUtente !== '' && username !== myusername()"
icon="fas fa-house-user"
class="q-ml-sm"
:color="Number(fidoConcessoUtente) > 0 ? 'primary' : 'grey'"
@@ -428,6 +428,7 @@
color="primary"
:label="circuit.askManagerToEnter ? t('circuit.ask') : t('circuit.enter')"
rounded
size="lg"
@click="
requestToEnterCircuit = true;
groupnameSel = null;