From 747e8b66a7fa40ecdc7f19fe391781fcaa14eb34 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 20 May 2021 14:21:18 +0200 Subject: [PATCH] step profil --- .../src/views/Layout/DashboardLayout_gdd.vue | 8 + .../src/views/Pages/UserProfile/UserCard.vue | 174 ++++++++++++++---- frontend/src/views/Pages/UserProfileCard.vue | 8 +- 3 files changed, 158 insertions(+), 32 deletions(-) diff --git a/frontend/src/views/Layout/DashboardLayout_gdd.vue b/frontend/src/views/Layout/DashboardLayout_gdd.vue index 97a9ca3fc..2933dcb55 100755 --- a/frontend/src/views/Layout/DashboardLayout_gdd.vue +++ b/frontend/src/views/Layout/DashboardLayout_gdd.vue @@ -41,6 +41,7 @@ :transactions="transactions" :transactionCount="transactionCount" :pending="pending" + :UserProfileTestData="UserProfileTestData" @update-balance="updateBalance" @update-transactions="updateTransactions" > @@ -92,6 +93,13 @@ export default { bookedBalance: 0, transactionCount: 0, pending: true, + UserProfileTestData: { + name: 'Max', + lastname: 'Mustermann', + desc: + 'Max Mustermann seine Beschreibung. Max Mustermann seine Beschreibung. Max Mustermann seine Beschreibung. Max Mustermann seine Beschreibung. ', + img: '12345.png', + }, } }, methods: { diff --git a/frontend/src/views/Pages/UserProfile/UserCard.vue b/frontend/src/views/Pages/UserProfile/UserCard.vue index 3ff37fcb3..c55d427c0 100755 --- a/frontend/src/views/Pages/UserProfile/UserCard.vue +++ b/frontend/src/views/Pages/UserProfile/UserCard.vue @@ -1,40 +1,143 @@ diff --git a/frontend/src/views/Pages/UserProfileCard.vue b/frontend/src/views/Pages/UserProfileCard.vue index 1b8efb30a..aa96cdbad 100644 --- a/frontend/src/views/Pages/UserProfileCard.vue +++ b/frontend/src/views/Pages/UserProfileCard.vue @@ -1,6 +1,10 @@