From 0c10a3117833d1fa328e5d14f7547b16bcbcc105 Mon Sep 17 00:00:00 2001
From: clauspeterhuebner
Date: Wed, 10 Sep 2025 00:53:08 +0200
Subject: [PATCH] adapt first part of redeem UI requirements
---
.../RedeemCommunitySelection.vue | 118 +++++++------
.../RedeemSelectCommunity.vue | 58 +++----
frontend/src/locales/de.json | 8 +-
frontend/src/locales/en.json | 8 +-
frontend/src/locales/es.json | 3 +
frontend/src/locales/fr.json | 3 +
frontend/src/locales/nl.json | 3 +
frontend/src/pages/TransactionLink.vue | 164 ++++++++++--------
8 files changed, 197 insertions(+), 168 deletions(-)
diff --git a/frontend/src/components/LinkInformations/RedeemCommunitySelection.vue b/frontend/src/components/LinkInformations/RedeemCommunitySelection.vue
index 46e9eb81f..cb17e3bf5 100644
--- a/frontend/src/components/LinkInformations/RedeemCommunitySelection.vue
+++ b/frontend/src/components/LinkInformations/RedeemCommunitySelection.vue
@@ -6,15 +6,33 @@
:is-redeem-jwt-link="isRedeemJwtLink"
class="redeem-community-selection"
>
-
+
{{ $t('gdd_per_link.redeemlink-error') }}
+
+ {{ linkData.senderUser.firstName }}
+ {{ $t('transaction-link.send_you') }} {{ linkData.amount }} {{ $t('GDD-long') }}
+
+
+
+
+ {{ linkData.memo }}
+
+
+
-
- {{ $t('gdd_per_link.recipientCommunitySelection') }}
+
+
+ {{ $t('gdd_per_link.recipientCommunityRedirection') }}
+
+
+ {{ $t('gdd_per_link.recipientCommunitySelection') }}
+
+
+
+ {{ $t('gdd_per_link.recipientCommunityFix') }}
- {{ $t('gdd_per_link.recipientCommunityFix') }}
@@ -29,7 +47,6 @@
{{ currentRecipientCommunity.name }}
- {{ $t('gdd_per_link.switchCommunity') }}
{{ $t('gdd_per_link.to-switch') }}
@@ -37,13 +54,8 @@
-
- {{ linkData.senderUser.firstName }}
- {{ $t('transaction-link.send_you') }} {{ $filters.GDD(linkData.amount) }}
-
-
- {{ linkData.memo }}
-
+
+