- Fare LISTA MOVIMENTI più comprensibile

- Grafica Circuiti
This commit is contained in:
Surya Paolo
2024-10-02 03:46:40 +02:00
parent 1424060813
commit e29de7e0f6
47 changed files with 937 additions and 291 deletions

View File

@@ -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"