- fix: ris da inviare al gruppo (nuovamente) e immagini rimaste ancora "images/" anzichè "/images/".

This commit is contained in:
Surya Paolo
2025-03-13 18:58:17 +01:00
parent f5b0e693d0
commit 0f8721b144
72 changed files with 1288 additions and 3708 deletions

View File

@@ -36,7 +36,7 @@
</q-banner>
<q-btn v-if="circuitslistOpt.length > 0" icon-right="img: /images/1ris_rosso_100.png" color="green" size="md"
:label="t('circuit.sendcoins')" dense rounded @click="showsendCoinTo = true">
class="q-ma-md" :label="t('circuit.sendcoins')" dense rounded @click="showsendCoinTo = true">
</q-btn>
<div>

View File

@@ -1,13 +1,8 @@
<template>
<CMyPage title="Evento"
imgbackground="images/calendario_eventi.jpg"
sizes="max-height: 120px" styleadd="bottom: -20px !important;">
<CMyPage title="Evento" imgbackground="/images/calendario_eventi.jpg" sizes="max-height: 120px"
styleadd="bottom: -20px !important;">
<CMyCardService
:table="shared_consts.TABLES_MYBACHECAS"
:nopopup="true"
:idRec="idBacheca"
>
<CMyCardService :table="shared_consts.TABLES_MYBACHECAS" :nopopup="true" :idRec="idBacheca">
</CMyCardService>
<div v-if="!tools.isLogged()">
@@ -34,4 +29,3 @@
<style lang="scss" scoped>
@import './mypagebacheca.scss';
</style>

View File

@@ -1,16 +1,7 @@
<template>
<CMyPage
title="Bene"
imgbackground="images/calendario_eventi.jpg"
sizes="max-height: 120px"
styleadd="bottom: -20px !important;"
>
<CMyCardService
v-if="idGood"
:table="shared_consts.TABLES_MYGOODS"
:nopopup="true"
:idRec="idGood"
>
<CMyPage title="Bene" imgbackground="/images/calendario_eventi.jpg" sizes="max-height: 120px"
styleadd="bottom: -20px !important;">
<CMyCardService v-if="idGood" :table="shared_consts.TABLES_MYGOODS" :nopopup="true" :idRec="idGood">
</CMyCardService>
<div v-if="!tools.isLogged()">
@@ -28,4 +19,3 @@
<style lang="scss" scoped>
@import './mypagegood.scss';
</style>

View File

@@ -1,13 +1,8 @@
<template>
<CMyPage title="Ospitalità"
imgbackground="images/calendario_eventi.jpg"
sizes="max-height: 120px" styleadd="bottom: -20px !important;">
<CMyPage title="Ospitalità" imgbackground="/images/calendario_eventi.jpg" sizes="max-height: 120px"
styleadd="bottom: -20px !important;">
<CMyCardService
v-if="!!idHosp"
:table="shared_consts.TABLES_MYHOSPS"
:nopopup="true"
:idRec="idHosp">
<CMyCardService v-if="!!idHosp" :table="shared_consts.TABLES_MYHOSPS" :nopopup="true" :idRec="idHosp">
</CMyCardService>
@@ -27,4 +22,3 @@
<style lang="scss" scoped>
@import './mypagehosp.scss';
</style>

View File

@@ -1,16 +1,7 @@
<template>
<CMyPage
:title="username"
imgbackground="images/calendario_eventi.jpg"
sizes="max-height: 120px"
styleadd="bottom: -20px !important;"
>
<CMyCardService
v-if="idSkill"
:table="shared_consts.TABLES_MYSKILLS"
:nopopup="true"
:idRec="idSkill"
>
<CMyPage :title="username" imgbackground="/images/calendario_eventi.jpg" sizes="max-height: 120px"
styleadd="bottom: -20px !important;">
<CMyCardService v-if="idSkill" :table="shared_consts.TABLES_MYSKILLS" :nopopup="true" :idRec="idSkill">
</CMyCardService>
<div v-if="!tools.isLogged()">
@@ -28,4 +19,3 @@
<style lang="scss" scoped>
@import './myservice.scss';
</style>

View File

@@ -1,7 +1,6 @@
<template>
<CMyPage :title="$t('pages.notifs')"
imgbackground="images/calendario_eventi.jpg"
sizes="max-height: 120px" styleadd="bottom: -20px !important;">
<CMyPage :title="$t('pages.notifs')" imgbackground="/images/calendario_eventi.jpg" sizes="max-height: 120px"
styleadd="bottom: -20px !important;">
<CNotifSettings>
@@ -18,4 +17,3 @@
<style lang="scss" scoped>
@import './usernotifs.scss';
</style>