- Statistiche

- Menu e Sottomenu
- Lista ultimi Movimenti
This commit is contained in:
Surya Paolo
2024-09-26 02:14:50 +02:00
parent 4ac0acc2f3
commit 4c9e5ae991
101 changed files with 2215 additions and 9516 deletions

View File

@@ -138,6 +138,7 @@ export const shared_consts = {
CHECKAPPRUNNING: 135,
DASHBOARD: 140,
DASHGROUP: 145,
MOVEMENTS: 148,
CSENDRISTO: 150,
STATUSREG: 160,
CHECKIFISLOGGED: 170,
@@ -1654,6 +1655,10 @@ export const shared_consts = {
value: 145,
label: 'DashGroup',
},
{
value: 148,
label: 'Lista Movimenti',
},
{
value: 150,
label: 'SendCoinTo',
@@ -1799,10 +1804,12 @@ export const shared_consts = {
value: 7,
label: 'Scheda (IMG + Testo)',
},
/*
Disattivato perchè attualmente non funziona bene
{
value: 9,
label: 'Poster (IMG + Testo)',
},
},*/
{
value: 195,
label: 'Bottone',
@@ -2241,5 +2248,11 @@ export const shared_consts = {
],
AccountType: {
USER: 0,
COLLECTIVE_ACCOUNT: 1,
COMMUNITY_ACCOUNT: 2,
},
}