From bf915a9668ff71322974a8abe10c0a9dabd76387 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 21 Mar 2022 10:09:28 +0100 Subject: [PATCH] add components RedeemInformation.vue --- .../LinkInformations/RedeemInformation.vue | 21 ++++++++++++ .../LinkInformations/RedeemLoggedOut.vue | 14 ++++---- .../LinkInformations/RedeemSelfCreator.vue | 13 ++++---- .../LinkInformations/RedeemValid.vue | 14 ++++---- ...mationItem.vue => TransactionLinkItem.vue} | 2 +- frontend/src/pages/Register.vue | 3 +- frontend/src/pages/TransactionLink.vue | 32 +++++++++---------- 7 files changed, 57 insertions(+), 42 deletions(-) create mode 100644 frontend/src/components/LinkInformations/RedeemInformation.vue rename frontend/src/components/{TransactionLinkInformationItem.vue => TransactionLinkItem.vue} (81%) diff --git a/frontend/src/components/LinkInformations/RedeemInformation.vue b/frontend/src/components/LinkInformations/RedeemInformation.vue new file mode 100644 index 000000000..71c0b27ad --- /dev/null +++ b/frontend/src/components/LinkInformations/RedeemInformation.vue @@ -0,0 +1,21 @@ + + diff --git a/frontend/src/components/LinkInformations/RedeemLoggedOut.vue b/frontend/src/components/LinkInformations/RedeemLoggedOut.vue index d059dfc10..15d9a985b 100644 --- a/frontend/src/components/LinkInformations/RedeemLoggedOut.vue +++ b/frontend/src/components/LinkInformations/RedeemLoggedOut.vue @@ -1,12 +1,7 @@