Gestione Refresh Token Completata !

This commit is contained in:
Surya Paolo
2024-04-11 11:43:38 +02:00
parent 62c0f497e5
commit bff31b5fd4
93 changed files with 3592683 additions and 214 deletions

View File

@@ -1,7 +1,8 @@
<template>
<div class="q-my-sm">
<CNotifAtTop />
<!--<q-banner
<div v-if="tools.isLogged()">
<CNotifAtTop />
<!--<q-banner
rounded
dense
class="bg-warning text-white"
@@ -12,20 +13,16 @@
</template>
<span class="mybanner">Questa sezione è ancora in fase di miglioramento.</span>
</q-banner>-->
</q-banner>-->
<CMyGroups
v-model="filter"
:finder="true"
>
<CMyGroups v-model="filter" :finder="true">
<CFinder
:ind="tools.getIndMainCardsByTable(toolsext.TABMYGROUPS)"
:table="toolsext.TABMYGROUPS"
:showFilterPersonal="true"
/>
<CFinder
:ind="tools.getIndMainCardsByTable(toolsext.TABMYGROUPS)"
:table="toolsext.TABMYGROUPS"
:showFilterPersonal="true"
/>
<!--
<!--
<CGridTableRec
prop_mytable="mygroups"
prop_mytitle=""
@@ -51,11 +48,13 @@
:extraparams="extraparams()">
</CGridTableRec>
-->
</CMyGroups>
-->
</CMyGroups>
<div v-if="filter === costanti.CREATE_GROUP">
Nuovo Gruppo:
<div v-if="filter === costanti.CREATE_GROUP">Nuovo Gruppo:</div>
</div>
<div v-else>
<CCheckIfIsLogged></CCheckIfIsLogged>
</div>
</div>
</template>
@@ -64,6 +63,6 @@
</script>
<style lang="scss" scoped>
@import './mygroups.scss';
@import "./mygroups.scss";
</style>