From f06e940bf9422240d5b3e7588a496e7aa063a8c8 Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Wed, 28 Feb 2024 18:47:16 +0100 Subject: [PATCH] =?UTF-8?q?-=20Quando=20una=20persona=20entra,=20dovrebbe?= =?UTF-8?q?=20potergli=20mandare=20il=20msg=20di=20stretta=20di=20mano...?= =?UTF-8?q?=20solo=20dopo=20che=20=C3=A8=20stato=20abilitato.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CContactUser/CContactUser.vue | 5 +++-- src/components/CMyActivities/CMyActivities.vue | 2 +- src/views/user/mycircuit/mycircuit.ts | 3 ++- src/views/user/mycircuit/mycircuit.vue | 11 +++++++++-- src/views/user/myprofile/myprofile.vue | 8 ++++---- 5 files changed, 19 insertions(+), 10 deletions(-) diff --git a/src/components/CContactUser/CContactUser.vue b/src/components/CContactUser/CContactUser.vue index 67ea5f05..0c304122 100755 --- a/src/components/CContactUser/CContactUser.vue +++ b/src/components/CContactUser/CContactUser.vue @@ -3,6 +3,7 @@
-
+
-
+
Gruppi:
-
+

@@ -1095,7 +1095,11 @@ :symbol="circuit.symbol" :color="circuit.color" :saldo="circuit.account.saldo_pend" - :valueextra="circuit.account.saldo != circuit.account.saldo_pend ? `* ` : ''" + :valueextra=" + circuit.account.saldo != circuit.account.saldo_pend + ? `* ` + : '' + " :qtarem=" circuit.account ? circuitStore.getRemainingCoinsToSend( @@ -1192,6 +1196,9 @@

+
+ +