PASSAGGIO A VITE !

AGG. 1.1.23
This commit is contained in:
Surya Paolo
2025-03-01 14:14:43 +01:00
parent f0098e57b2
commit bc960d38a1
1044 changed files with 5323 additions and 10823777 deletions

View File

@@ -46,13 +46,13 @@
class="bg-red text-white"
style="text-align: center"
>
<em style="font-weight: bold">{{ $t('db.youarerefusedgroup') }}</em>
<em style="font-weight: bold">{{ $t("db.youarerefusedgroup") }}</em>
<br />
</q-banner>
<q-btn
v-if="circuitslistOpt.length > 0"
icon-right="img: images/1ris_rosso_100.png"
icon-right="img: /images/1ris_rosso_100.png"
color="green"
size="md"
:label="t('circuit.sendcoins')"
@@ -107,7 +107,7 @@
<q-icon color="negative" name="fas fa-user-minus" />
</q-item-section>
<q-item-section>
{{ $t('groups.exit_group') }}
{{ $t("groups.exit_group") }}
</q-item-section>
</q-item>
@@ -135,7 +135,7 @@
<q-icon color="negative" name="fas fa-trash-alt" />
</q-item-section>
<q-item-section>
{{ $t('groups.delete_group') }}
{{ $t("groups.delete_group") }}
</q-item-section>
</q-item>
</q-list>
@@ -217,7 +217,7 @@
"
:label="t('groups.circuits')"
name="circuits"
icon="img: images/1ris_rosso_100.png"
icon="img: /images/1ris_rosso_100.png"
></q-tab>
</q-tabs>
@@ -250,7 +250,11 @@
type="a"
size="md"
rounded
:label="$t('reg.website') + ' ' + tools.getMainUrl(getLinkWebSite())"
:label="
$t('reg.website') +
' ' +
tools.getMainUrl(getLinkWebSite())
"
:href="getLinkWebSite()"
target="__blank"
></q-btn>
@@ -273,9 +277,9 @@
</div>
<div>
<div class="title_param">
{{ $t('groups.private') }}
{{ $t("groups.private") }}
</div>
{{ $t('groups.private_descr') }}
{{ $t("groups.private_descr") }}
</div>
</div>
@@ -291,12 +295,12 @@
<q-icon name="fas fa-eye-slash"></q-icon>
</div>
<div>
<div class="title_param">{{ $t('groups.hidden') }}</div>
{{ $t('groups.hidden_descr') }}
<div class="title_param">{{ $t("groups.hidden") }}</div>
{{ $t("groups.hidden_descr") }}
</div>
</div>
<div class="members">
{{ $t('products.category') }}
{{ $t("products.category") }}
<q-item>
<q-item-section>
<q-item-label class="full-width">
@@ -321,8 +325,8 @@
{{ numUsers() }}
{{
numUsers() === 1
? t('shared.member')
: t('shared.members')
? t("shared.member")
: t("shared.members")
}}
</div>
<div class="admins">
@@ -330,8 +334,8 @@
{{ numAdmins() }}
{{
numAdmins() === 1
? t('shared.admin')
: t('shared.admins')
? t("shared.admin")
: t("shared.admins")
}}
</div>
@@ -358,7 +362,7 @@
<div class="element">
<q-icon name="fas fa-lightbulb"></q-icon>
{{
$t('shared.createdby', {
$t("shared.createdby", {
username: mygrp.createdBy,
date: tools.getstrDateYY(mygrp.date_created),
})
@@ -374,7 +378,7 @@
>
<q-icon name="fas fa-pencil-alt"></q-icon>
{{
$t('shared.lastmodify', {
$t("shared.lastmodify", {
date: tools.getstrDateYY(mygrp.date_updated),
})
}}
@@ -517,7 +521,7 @@
<q-tab
:label="t('circuit.movements')"
name="mov"
icon="img: images/1ris_rosso_100.png"
icon="img: /images/1ris_rosso_100.png"
></q-tab>
</q-tabs>
</q-tab-panel>
@@ -709,7 +713,7 @@
type="QAvatar"
size="140px"
height="140px"
animation="fade"
:animation="animation"
/>
<q-card flat bordered style="width: 250px">
<div class="text-h6">
@@ -754,6 +758,6 @@
</script>
<style lang="scss" scoped>
@import './mygroup.scss';
@import "./mygroup.scss";
</style>