- aggiornata la grafica della Home di RISO
- Profilo Completition - Email Verificata - Invita un Amico (invio di email)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user