-
- {{ avatarLongName }}
+
+
+
+
+
+
{{ avatarLongName }}
-
-
{{ balance | GDD }}
+
+ {{ $store.state.email }}
+
diff --git a/frontend/src/components/Overview/CommunityNews.vue b/frontend/src/components/Overview/CommunityNews.vue
new file mode 100644
index 000000000..ac9e7c6c7
--- /dev/null
+++ b/frontend/src/components/Overview/CommunityNews.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
diff --git a/frontend/src/components/Template/ContentHeader/CommunityMember.vue b/frontend/src/components/Template/ContentHeader/CommunityMember.vue
new file mode 100644
index 000000000..507cb0f3e
--- /dev/null
+++ b/frontend/src/components/Template/ContentHeader/CommunityMember.vue
@@ -0,0 +1,18 @@
+
+
+
+
diff --git a/frontend/src/components/Template/ContentHeader/GddAmount.vue b/frontend/src/components/Template/ContentHeader/GddAmount.vue
new file mode 100644
index 000000000..b4a3a80c8
--- /dev/null
+++ b/frontend/src/components/Template/ContentHeader/GddAmount.vue
@@ -0,0 +1,14 @@
+
+
+
GDD Amount components
+
{{ balance | GDD }}
+
+
+
diff --git a/frontend/src/components/Template/ContentHeader/GdtAmount.vue b/frontend/src/components/Template/ContentHeader/GdtAmount.vue
new file mode 100644
index 000000000..fb26bde90
--- /dev/null
+++ b/frontend/src/components/Template/ContentHeader/GdtAmount.vue
@@ -0,0 +1,8 @@
+
+ GDT Amount components
+
+
diff --git a/frontend/src/components/Template/RightSide/Favourites.vue b/frontend/src/components/Template/RightSide/Favourites.vue
new file mode 100644
index 000000000..30ee6537d
--- /dev/null
+++ b/frontend/src/components/Template/RightSide/Favourites.vue
@@ -0,0 +1,26 @@
+
+
+
+ Favorit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/src/components/Template/RightSide/LastTransactions.vue b/frontend/src/components/Template/RightSide/LastTransactions.vue
new file mode 100644
index 000000000..db1ae5d7e
--- /dev/null
+++ b/frontend/src/components/Template/RightSide/LastTransactions.vue
@@ -0,0 +1,30 @@
+
+
+
+ Letzte Transaktionen:
+
+
+
+
+
+
+
+
+
{{ transaction.typeId }}
+
{{ transaction.amount }}
+
+
+
+
+
diff --git a/frontend/src/components/Template/RightSide/TopStorysByMonth.vue b/frontend/src/components/Template/RightSide/TopStorysByMonth.vue
new file mode 100644
index 000000000..f4252d032
--- /dev/null
+++ b/frontend/src/components/Template/RightSide/TopStorysByMonth.vue
@@ -0,0 +1,8 @@
+
+ TopStorysByMonth components
+
+
diff --git a/frontend/src/components/Template/RightSide/YourOverview.vue b/frontend/src/components/Template/RightSide/YourOverview.vue
new file mode 100644
index 000000000..4985d1741
--- /dev/null
+++ b/frontend/src/components/Template/RightSide/YourOverview.vue
@@ -0,0 +1,8 @@
+
+ YourOverview components
+
+
diff --git a/frontend/src/layouts/DashboardLayout.vue b/frontend/src/layouts/DashboardLayout.vue
index d83149581..13c8c37c1 100755
--- a/frontend/src/layouts/DashboardLayout.vue
+++ b/frontend/src/layouts/DashboardLayout.vue
@@ -44,13 +44,18 @@
-
+
-
+
-
+ {{ transactions }}
+
@@ -72,8 +77,12 @@
-
-
+
+
diff --git a/frontend/src/layouts/templates/ContentHeader.vue b/frontend/src/layouts/templates/ContentHeader.vue
index 765231431..f573c788a 100644
--- a/frontend/src/layouts/templates/ContentHeader.vue
+++ b/frontend/src/layouts/templates/ContentHeader.vue
@@ -4,30 +4,51 @@
- a overview
+
+
+
- b overview
+
+
+
Deine Community im Überblick
- favourites content header
+ Deine Favoriten im Überblick
- a send
+
+
+
- b send
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- transactions content header
-
+
Zeige deiner Community wer du bist.
vor 4 Stunden geändert
@@ -47,8 +68,20 @@