++ DebugOn status (to see what happened)

fix visu activities
This commit is contained in:
Surya Paolo
2022-12-14 22:07:23 +01:00
parent bd0eab53ae
commit fbcd076705
22 changed files with 69 additions and 33 deletions

View File

@@ -1,4 +1,7 @@
<template>
<div v-if="tools.isDebugOn()">
</div>
<div :class="$q.screen.lt.sm ? `` : `q-pa-xs`" v-if="isfinishLoading">
<q-toggle
v-if="tools.isManager()"
@@ -312,7 +315,7 @@
</div>
<q-infinite-scroll
ref="myinfscroll"
v-if="shared_consts.VERTIC_SHOW_GRID.includes(myvertical)"
v-if="shared_consts.VERTIC_SHOW_GRID.includes(myvertical) && !loading"
:initial-index="0"
@load="onLoadScroll"
:offset="350"
@@ -486,7 +489,7 @@
</div>
</div>
<template v-slot:loading>
<div class="row justify-center q-my-md">
<div class="text-center">
<q-spinner-dots color="primary" size="40px" />
</div>
</template>