diff --git a/frontend/src/components/Contributions/ContributionListItem.vue b/frontend/src/components/Contributions/ContributionListItem.vue index bf44d4207..6f8ace66e 100644 --- a/frontend/src/components/Contributions/ContributionListItem.vue +++ b/frontend/src/components/Contributions/ContributionListItem.vue @@ -4,10 +4,19 @@
- + + + + -
{{ firstName }} {{ lastName }}
+
{{ firstName }} {{ lastName }}
{{ $d(new Date(contributionDate), 'monthAndYear') }}
@@ -23,7 +32,7 @@
{{ $t('creation') }}
-
{{ amount | GDD }}
+
{{ amount | GDD }}
@@ -253,6 +262,9 @@ export default { collapsId() { return 'collapse' + String(this.id) }, + avatarText() { + return this.firstName[0] + this.lastName[0] + }, }, methods: { deleteContribution(item) { diff --git a/frontend/src/components/GddSend/TransactionForm.vue b/frontend/src/components/GddSend/TransactionForm.vue index 26c6e764a..b2dd4a5a7 100644 --- a/frontend/src/components/GddSend/TransactionForm.vue +++ b/frontend/src/components/GddSend/TransactionForm.vue @@ -4,6 +4,42 @@ + + + + + {{ $t('send_gdd') }} + + + + + + + + {{ $t('send_per_link') }} + + + + + + + +
+

{{ $t('gdd_per_link.header') }}

+
+ {{ $t('gdd_per_link.choose-amount') }} +
+
+
@@ -15,46 +51,9 @@ :placeholder="$t('form.email')" v-model="form.email" /> -
- + - - - -
{{ $t('sendMethod') }}
- - - {{ $t('send_gdd') }} - - - - - - {{ $t('send_per_link') }} - - - - -
-

{{ $t('gdd_per_link.header') }}

-
- {{ $t('gdd_per_link.choose-amount') }} -
-
-
-
@@ -144,32 +76,6 @@ :placeholder="$t('form.message')" :rules="{ required: true, min: 5, max: 255 }" /> -
diff --git a/frontend/src/components/Menu/Sidebar.vue b/frontend/src/components/Menu/Sidebar.vue index aecf1559f..9bf5fb8a2 100644 --- a/frontend/src/components/Menu/Sidebar.vue +++ b/frontend/src/components/Menu/Sidebar.vue @@ -33,7 +33,7 @@ {{ $t('navigation.profile') }} --> - + {{ $t('navigation.members') }} diff --git a/frontend/src/components/Template/ContentHeader/NavCommunity.vue b/frontend/src/components/Template/ContentHeader/NavCommunity.vue index 451f65c94..1d246ca2a 100644 --- a/frontend/src/components/Template/ContentHeader/NavCommunity.vue +++ b/frontend/src/components/Template/ContentHeader/NavCommunity.vue @@ -1,16 +1,16 @@ +