++ DebugOn status (to see what happened)

fix visu activities
This commit is contained in:
Surya Paolo
2022-12-14 22:07:23 +01:00
parent bd0eab53ae
commit fbcd076705
22 changed files with 69 additions and 33 deletions

View File

@@ -24,9 +24,8 @@
control-color="white"
navigation
padding
arrows
height="400px"
:class="($q.dark.isActive ? `text-white`: `text-black`) + ` bg-primary shadow-1 rounded-borders`"
height="500px"
:class="`text-white bg-primary shadow-1 rounded-borders`"
>
<q-carousel-slide name="start" class="column no-wrap flex-center">
<q-icon name="fas fa-user" size="56px" />
@@ -104,16 +103,9 @@
>
<span :class="($q.dark.isActive ? `text-white`: `text-black`) + `text-h7`"
>Chiedi alla persona che ti ha invitato su RISO il suo
Username e poi :</span
><br />
Username e poi :</span>
<div class="row items-center">
<div class="col-12">
<p class="text-bold text-center">
<span style="font-size: 1.5rem">👇🏻 </span>
<span :class="$q.dark.isActive ? `text-white`: `text-black`">Consigliato </span>
<span style="font-size: 1.5rem"> 👇🏻 </span>
</p>
<q-btn
rounded
class="flex-item-btn"
@@ -123,6 +115,7 @@
to="/bot"
:label="$t('reg.bytelegram')"
>
<q-badge color="red" align="bottom" floating>Consigliato</q-badge>
</q-btn>
</div>
</div>