- aggiornata la grafica della Home di RISO
- Profilo Completition - Email Verificata - Invita un Amico (invio di email)
This commit is contained in:
@@ -50,7 +50,6 @@
|
||||
:card-width="myel.widthcard"
|
||||
:card-height="myel.heightcarousel"
|
||||
:card-img="myel.heightimg"
|
||||
|
||||
/>
|
||||
<div v-if="myel.type === shared_consts.ELEMTYPE.MARGINI">
|
||||
<div
|
||||
@@ -86,6 +85,12 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
v-else-if="myel.type === shared_consts.ELEMTYPE.RISOHOME"
|
||||
class="myElemBase"
|
||||
>
|
||||
<HomeRiso />
|
||||
</div>
|
||||
<div
|
||||
v-else-if="myel.type === shared_consts.ELEMTYPE.IMGTITLE"
|
||||
class="myElemBase"
|
||||
@@ -497,9 +502,9 @@
|
||||
v-if="editOn"
|
||||
class="elemEdit"
|
||||
>
|
||||
CMyProFileTutorual
|
||||
CprofileCompletitionBanner
|
||||
</div>
|
||||
<CMyProfileTutorial />
|
||||
<CProfileCompletitionBanner />
|
||||
</div>
|
||||
<div
|
||||
v-else-if="myel.type === shared_consts.ELEMTYPE.REGISTRATION"
|
||||
@@ -522,7 +527,7 @@
|
||||
class="elemEdit"
|
||||
></div>
|
||||
<div
|
||||
:class="myel.class + (editOn ? ` clEdit` : ``) + getClass()"
|
||||
:class="myel.class + (editOn ? ` clEdit` : ``) + getClass() + ' q-ma-sm'"
|
||||
@click="clickOnElem"
|
||||
>
|
||||
<q-btn
|
||||
@@ -833,7 +838,7 @@
|
||||
"
|
||||
rounded
|
||||
:label="$t('reg.link_reg_and_msg')"
|
||||
@click="clickshare"
|
||||
@click="mostraInviti = true"
|
||||
>
|
||||
</q-btn>
|
||||
</div>
|
||||
@@ -1034,6 +1039,15 @@
|
||||
</div>
|
||||
<CCheckAppRunning v-if="enablePwa" />
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.PROFILE_COMPLETITION">
|
||||
<div
|
||||
v-if="editOn"
|
||||
class="elemEdit"
|
||||
>
|
||||
CProfileCompletitionBanner
|
||||
</div>
|
||||
<CProfileCompletitionBanner :showAlsoIfSkipped="myel.parambool" />
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.NOTIFATTOP">
|
||||
<div
|
||||
v-if="editOn"
|
||||
@@ -1131,6 +1145,9 @@
|
||||
>
|
||||
</q-btn>
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.MODIFICA_PROFILO">
|
||||
<editprofile> </editprofile>
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.BTN_LOGIN">
|
||||
<q-btn
|
||||
:class="
|
||||
@@ -1184,6 +1201,29 @@
|
||||
>
|
||||
</CShareSocial>
|
||||
</q-dialog>
|
||||
<q-dialog v-model="mostraInviti">
|
||||
<q-card style="min-width: 350px; max-width: 600px">
|
||||
<!-- Header con bottone chiudi -->
|
||||
<q-bar class="bg-primary text-white">
|
||||
<q-space />
|
||||
<q-btn
|
||||
dense
|
||||
flat
|
||||
icon="close"
|
||||
@click="mostraInviti = false"
|
||||
/>
|
||||
</q-bar>
|
||||
|
||||
<!-- Il tuo componente -->
|
||||
<q-card-section class="q-pa-none">
|
||||
<invita-amico
|
||||
@invito-inviato="onInvitoInviato"
|
||||
@telegram-click="onTelegramClick"
|
||||
persistent
|
||||
/>
|
||||
</q-card-section>
|
||||
</q-card>
|
||||
</q-dialog>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user