- varie sistemazioni: filtri iscritti, profilo, ecc...
This commit is contained in:
@@ -79,7 +79,7 @@ export default defineComponent({
|
||||
const notifStore = useNotifStore()
|
||||
|
||||
const mycards = computed(() => {
|
||||
return costanti.MAINCARDS.filter((rec: any) => rec.table && rec.visible)
|
||||
return costanti.MAINCARDS.filter((rec: any) => rec.table && rec.showinprofile)
|
||||
})
|
||||
const optionsMainCards = ref({})
|
||||
|
||||
@@ -105,7 +105,7 @@ export default defineComponent({
|
||||
// Carica il profilo di quest'utente
|
||||
if (username.value) {
|
||||
await userStore.loadUserActivities({ username: username.value, idnotif: idnotif.value }).then((ris) => {
|
||||
// console.log('loadUserProfile = ', ris)
|
||||
// console.log('loadUserActivities = ', ris)
|
||||
myuser.value = ris
|
||||
if (myuser.value) {
|
||||
// filtro_eventi.value = [{ userId: myuser.value._id }, { dateTimeStart: { $gte: today } }]
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
</span>
|
||||
</q-list>
|
||||
</div>
|
||||
<div v-else-if="card.table === shared_consts.TAB_MYCIRCUITS">
|
||||
<div v-else-if="card.table === shared_consts.TABLES_CIRCUITS">
|
||||
<div class="text-h6">{{ card.title }}</div>
|
||||
<q-list>
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user