Fix Registration

This commit is contained in:
Surya Paolo
2022-12-17 14:12:04 +01:00
parent 2b44dfbcb6
commit 3c2fc4c806
33 changed files with 512 additions and 376 deletions

View File

@@ -7,8 +7,7 @@
<q-badge v-if="num_notifs_unread > 0" floating color="red">{{ num_notifs_unread }}</q-badge>
</q-btn>
<q-drawer v-model="open" side="right" elevated class="text-black"
<q-drawer v-model="open" side="right" elevated
:overlay="true"
:breakpoint="1200"
:width="q.screen.lt.sm ? tools.getwidth($q) : 450"
@@ -41,13 +40,15 @@
<CMyCircuits
v-model="filter"
:finder="true"
:showfinder="true"
:showfinder="false"
:showBarSelection="false"
>
<CFinder
:table="toolsext.TABCIRCUITS"
:noButtAdd="true"
:showFilterPersonal="false"
:showBarSelection="false"
/>
</CMyCircuits>