- Visu Saldo su Home

- SendRisTo
- Movimenti conto Comunitario
- Profilo
This commit is contained in:
Surya Paolo
2023-03-17 19:07:43 +01:00
parent 37c2f08510
commit af04e022eb
35 changed files with 393 additions and 98 deletions

View File

@@ -104,7 +104,7 @@ export interface IUserProfile {
handshake: IFriends[]
mygroups: IMyGroup[]
mycircuits: IMyCircuit[]
last_circuitpath?: string
last_circuitpath: string
lastdate_reqRis?: Date
manage_mygroups: IMyGroup[]
notifs: IUserNotifType[]
@@ -115,6 +115,7 @@ export interface IUserProfile {
notif_sector_goods: number[]
stepTutorial: number
noNameSurname: boolean
noFoto: boolean
// in memory
asked_friends: any[]