From 3b0c3ee53f096403ddae9a7703a31e7dde227b0e Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 28 Jul 2021 13:19:56 +0200 Subject: [PATCH] mobile friendly, add text, change text --- frontend/src/locales/de.json | 1 + frontend/src/locales/en.json | 1 + .../src/views/Pages/UserProfile/UserCard.vue | 37 +++++++++---------- .../UserProfile/UserCard_FormUserData.spec.js | 6 +-- .../UserProfile/UserCard_FormUserData.vue | 31 ++++++---------- .../UserProfile/UserCard_FormUserPasswort.vue | 20 +++++++--- .../src/views/Pages/UserProfileOverview.vue | 9 +++-- 7 files changed, 54 insertions(+), 51 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 75c07acf8..daf2bf2e9 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -59,6 +59,7 @@ "password_new_repeat":"neues Passwort wiederholen", "change": "ändern", "change-password": "Passwort ändern", + "change-name": "Name ändern", "amount":"Betrag", "memo":"Nachricht", "message":"Nachricht", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 7286c8153..9e574a9ce 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -59,6 +59,7 @@ "password_new_repeat":"Repeat new password", "change": "change", "change-password": "Change password", + "change-name": "Change name", "amount":"Amount", "memo":"Message", "message":"Message", diff --git a/frontend/src/views/Pages/UserProfile/UserCard.vue b/frontend/src/views/Pages/UserProfile/UserCard.vue index 891bddf6a..6beee221a 100755 --- a/frontend/src/views/Pages/UserProfile/UserCard.vue +++ b/frontend/src/views/Pages/UserProfile/UserCard.vue @@ -3,26 +3,23 @@
- - -
-
- - {{ $n(balance, 'decimal') }} - - GDD -
-
- {{ transactionCount }} - {{ $t('transactions') }} -
-
- -- - {{ $t('community') }} -
-
-
-
+ +
+
+ + {{ $n(balance, 'decimal') }} + + GDD +
+
+ {{ transactionCount }} + {{ $t('transactions') }} +
+
+ -- + {{ $t('community') }} +
+