From f0506923fc36d0a6338f140dc41ae6ea9cdb52af Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Wed, 19 Nov 2025 15:34:14 +0100 Subject: [PATCH 1/3] use Copy-Symbol instead of link for copy function, change order --- frontend/src/components/ClipboardCopy.vue | 34 +++++++++++------------ 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/ClipboardCopy.vue b/frontend/src/components/ClipboardCopy.vue index d6e0d6aff..755126620 100644 --- a/frontend/src/components/ClipboardCopy.vue +++ b/frontend/src/components/ClipboardCopy.vue @@ -2,21 +2,6 @@
- - -
-
+
+
+ + From 1158d13da3d12e0764e401e225892f8ac6223e78 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Wed, 19 Nov 2025 15:37:10 +0100 Subject: [PATCH 2/3] change order in transactions list for links --- .../src/components/TransactionLinks/TransactionLink.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/TransactionLinks/TransactionLink.vue b/frontend/src/components/TransactionLinks/TransactionLink.vue index 2f414f894..9ec81675b 100644 --- a/frontend/src/components/TransactionLinks/TransactionLink.vue +++ b/frontend/src/components/TransactionLinks/TransactionLink.vue @@ -18,10 +18,6 @@ - - - {{ $t('gdd_per_link.copy-link') }} - {{ $t('gdd_per_link.copy-link-with-text') }} + + + {{ $t('gdd_per_link.copy-link') }} + Date: Wed, 19 Nov 2025 16:40:08 +0100 Subject: [PATCH 3/3] fix style error --- .../src/components/TransactionLinks/TransactionLink.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/TransactionLinks/TransactionLink.vue b/frontend/src/components/TransactionLinks/TransactionLink.vue index 9ec81675b..0cadcd28f 100644 --- a/frontend/src/components/TransactionLinks/TransactionLink.vue +++ b/frontend/src/components/TransactionLinks/TransactionLink.vue @@ -18,15 +18,11 @@ - + {{ $t('gdd_per_link.copy-link-with-text') }} - + {{ $t('gdd_per_link.copy-link') }}