From 289c9bc612487e5529dbda0061d87ad1e25eb6c2 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Fri, 23 May 2025 18:37:09 +0200 Subject: [PATCH] fix some thinsg preventing contribution link to work, add debugging for frontend --- .vscode/launch.json | 15 +++++++++++++++ .../LinkInformations/RedeemInformation.vue | 2 +- .../LinkInformations/RedeemLoggedOut.vue | 1 - frontend/src/pages/TransactionLink.vue | 18 +++++++++++++----- frontend/vite.config.mjs | 2 +- 5 files changed, 30 insertions(+), 8 deletions(-) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 000000000..faf3cff12 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome", + "url": "http://localhost:3000", + "webRoot": "${workspaceFolder}/frontend", + } + ] +} \ No newline at end of file diff --git a/frontend/src/components/LinkInformations/RedeemInformation.vue b/frontend/src/components/LinkInformations/RedeemInformation.vue index c89c7c3e9..c1fc21683 100644 --- a/frontend/src/components/LinkInformations/RedeemInformation.vue +++ b/frontend/src/components/LinkInformations/RedeemInformation.vue @@ -10,7 +10,7 @@ {{ '"' + linkData.senderCommunity.name + '.' + linkData.senderUser.firstName + '"' }} {{ $t('transaction-link.send_you') }} {{ $filters.GDD(linkData.amount) }} -

+

{{ '"' + linkData.senderUser.firstName + '"' }} {{ $t('transaction-link.send_you') }} {{ $filters.GDD(linkData.amount) }}

diff --git a/frontend/src/components/LinkInformations/RedeemLoggedOut.vue b/frontend/src/components/LinkInformations/RedeemLoggedOut.vue index dbec1fe4b..58e64f99a 100644 --- a/frontend/src/components/LinkInformations/RedeemLoggedOut.vue +++ b/frontend/src/components/LinkInformations/RedeemLoggedOut.vue @@ -25,7 +25,6 @@