From 815ca0d5650dd9c8d2be536efdba02e221c52d24 Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Sun, 8 Jan 2023 19:20:25 +0100 Subject: [PATCH] Stringi la mano (fase prima) --- src/components/CContactUser/CContactUser.vue | 30 ++- src/components/CStatusReg/CStatusReg.ts | 5 + src/components/CStatusReg/CStatusReg.vue | 65 ++++++ .../toolbar/notifPopover/notifPopover.vue | 2 + src/model/GlobalStore.ts | 1 + src/statics/lang/it.js | 19 +- src/store/NotifStore.ts | 18 +- src/views/user/myprofile/myprofile.ts | 2 +- src/views/user/myprofile/myprofile.vue | 212 +++++++++--------- 9 files changed, 222 insertions(+), 132 deletions(-) diff --git a/src/components/CContactUser/CContactUser.vue b/src/components/CContactUser/CContactUser.vue index 3c610ebf..4dd04bbb 100755 --- a/src/components/CContactUser/CContactUser.vue +++ b/src/components/CContactUser/CContactUser.vue @@ -1,6 +1,6 @@