- Fare LISTA MOVIMENTI più comprensibile
- Grafica Circuiti
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
<q-btn flat round dense icon="fas fa-coins" class="q-mx-xs" @click="open = !open">
|
||||
<q-btn flat round dense icon="img: images/1ris_rosso_100.png" class="q-mx-xs" @click="open = !open">
|
||||
<q-badge v-if="num_notifs_unread > 0" floating color="red">{{ num_notifs_unread }}</q-badge>
|
||||
</q-btn>
|
||||
<q-btn v-if="false" flat round dense icon="fas fa-coins">
|
||||
<q-btn v-if="false" flat round dense icon="img: images/1ris_rosso_100.png">
|
||||
<q-badge v-if="num_notifs_unread > 0" floating color="red">{{ num_notifs_unread }}</q-badge>
|
||||
</q-btn>
|
||||
|
||||
@@ -37,26 +37,6 @@
|
||||
</q-bar>
|
||||
|
||||
<div v-if="tools.isLogged()">
|
||||
<CMyCircuits
|
||||
v-model="filter"
|
||||
:finder="true"
|
||||
:showfinder="false"
|
||||
:showBarSelection="false"
|
||||
:username="username"
|
||||
>
|
||||
|
||||
<CFinder
|
||||
:ind="tools.getIndMainCardsByTable(shared_consts.TABLES_MYBACHECAS)"
|
||||
:table="shared_consts.TABLES_CIRCUITS"
|
||||
:noButtAdd="true"
|
||||
:showFilterPersonal="false"
|
||||
:showBarSelection="false"
|
||||
/>
|
||||
|
||||
</CMyCircuits>
|
||||
|
||||
|
||||
|
||||
<div class="row justify-center margin_buttons q-gutter-lg">
|
||||
<q-btn-toggle
|
||||
v-model="show_all"
|
||||
|
||||
Reference in New Issue
Block a user