From 5f3b19c595a200e6e6c82008d487fa941365f358 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 24 Nov 2022 12:06:24 +0100 Subject: [PATCH] contributionList style --- .../Contributions/ContributionForm.vue | 6 +- .../Contributions/ContributionList.vue | 2 +- .../Contributions/ContributionListItem.vue | 91 ++++++++++++++++++- .../Contributions/OpenCreationsAmount.vue | 2 +- frontend/src/pages/Community.vue | 4 +- 5 files changed, 96 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index c559c76f6..f2d9a3f8c 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -12,7 +12,11 @@ {{ $t('contribution.formText.describeYourCommunity') }} - +
-
+
-
+
-
+
+ + + + + +
{{ firstName }} {{ lastName }}
+
+ contributionDate {{ $d(new Date(contributionDate), 'monthAndYear') }} +
+
Beitragstext
+
{{ memo }}
+ +
+ +
Schöpfung
+
{{ amount | GDD }}
+
+ + + +
+ + +
+ + löschen +
+
+ +
+ + bearbeiten +
+
+ + +
+ + Moderatorchat +
+
+
+
+ + + + + +
diff --git a/frontend/src/components/Contributions/OpenCreationsAmount.vue b/frontend/src/components/Contributions/OpenCreationsAmount.vue index 4760280b4..741519467 100644 --- a/frontend/src/components/Contributions/OpenCreationsAmount.vue +++ b/frontend/src/components/Contributions/OpenCreationsAmount.vue @@ -1,5 +1,5 @@ diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index 2e378525f..5cebc54ce 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -1,9 +1,9 @@