From 6fdb101092e8974a51506a17690716426171b118 Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Sun, 7 Dec 2025 15:17:37 +0100 Subject: [PATCH] categorie --- .env.production | 16 ++++++++-------- src/components/CMyRecCard/CMyRecCard.scss | 10 ++++++++++ src/components/CMyRecCard/CMyRecCard.vue | 8 +++++--- .../CProfileCompletitionBanner.vue | 1 - src/views/admin/dbop/dbop.vue | 8 ++++++++ 5 files changed, 31 insertions(+), 12 deletions(-) diff --git a/.env.production b/.env.production index e834adfe..5e0af09a 100644 --- a/.env.production +++ b/.env.production @@ -1,11 +1,11 @@ VITE_APP_ID="13" -VITE_APP_URL="https://test.riso.app" -VITE_MONGODB_HOST="https://testapi.riso.app" -VITE_LOGO_REG="riso-logo-full.png" +VITE_APP_URL="https://riso.app" +VITE_MONGODB_HOST="https://api.riso.app" +VITE_LOGO_REG='riso-logo-full.png' VITE_PUBLICKEY_PUSH="BGXRf1TgcqocqD6J7qnRgCG7AvM2lxAoW7peb7UEzB4SxBb6DxGRdJ0UvD9ewnrB9KrSrh0-aDCODXBm7sZ1DDs" -VITE_DEBUG="1" -VITE_VUE_APP_ISTEST="1" -DIRECTORY_LOCAL="myprojplanet_vite" -DIRECTORY_SERVER="/var/www/nodejs_test.riso_server" -SERVERDIR_WEBSITE="/var/www/test.riso.app" +VITE_DEBUG="0" +VITE_VUE_APP_ISTEST="0" +DIRECTORY_LOCAL=myprojplanet_vite +DIRECTORY_SERVER=/var/www/nodejs_riso_server +SERVERDIR_WEBSITE="/var/www/riso.app" SERVERPW_WEBSITE="pwdadmin@1AOK" \ No newline at end of file diff --git a/src/components/CMyRecCard/CMyRecCard.scss b/src/components/CMyRecCard/CMyRecCard.scss index c81975c8..473ede08 100755 --- a/src/components/CMyRecCard/CMyRecCard.scss +++ b/src/components/CMyRecCard/CMyRecCard.scss @@ -445,6 +445,15 @@ i { color: rgba($mainColor, 0.6); // Icona location con colore primario attenuato } + + .cities-text-bold { + font-weight: bold; + font-size: 1.1rem; + + @media (max-width: $mobile-breakpoint) { + font-size: 1rem; + } + } } .cities-contrib-row { @@ -556,6 +565,7 @@ } } + .categories-dialog { .dialog-header { padding: 16px 20px; diff --git a/src/components/CMyRecCard/CMyRecCard.vue b/src/components/CMyRecCard/CMyRecCard.vue index cfda7a48..06485741 100755 --- a/src/components/CMyRecCard/CMyRecCard.vue +++ b/src/components/CMyRecCard/CMyRecCard.vue @@ -242,7 +242,7 @@ v-for="(prefId, ind) of myrec.preferences" :key="ind" size="32px" - :style="`background-color: ${tools.getPreferenceById(prefId)?.color || 'grey'}; cursor: pointer;`" + :style="`background-color: ${tools.getPreferenceById(prefId)?.color || 'grey'}; opacity: 0.85; cursor: pointer;`" class="preference-icon-avatar" @click.stop="showPreferencesDialog = true" > @@ -341,7 +341,9 @@ v-for="(rec, ind) of myrec.mycities" :key="ind" > - , {{ rec.comune }} ({{ rec.prov }}) + , + {{ rec.comune }} ({{ rec.prov }}) + {{ rec.comune }} ({{ rec.prov }}) @@ -431,7 +433,7 @@ v-for="(rec, ind) of myrec.preferences" :key="ind" class="category-chip shadow-3" - :style="`background-color: ${tools.getPreferenceById(rec).color}; color: white;`" + :style="`background-color: ${tools.getPreferenceById(rec).color}; opacity: 0.85; color: white;`" > -
mycircuit.value: {{ mycircuit.name }}

+
+ +
+