From 1822b7d7c42355f6c638a18b14c7b474fa3d0ca7 Mon Sep 17 00:00:00 2001 From: Jarsen <31397967+Jarsen136@users.noreply.github.com> Date: Thu, 12 Dec 2024 21:05:23 +0100 Subject: [PATCH 1/9] fix: swap successful redirect --- components/swap/review.vue | 4 ++-- locales/en.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/swap/review.vue b/components/swap/review.vue index 5a7dcfccdb..0bf4882fb5 100644 --- a/components/swap/review.vue +++ b/components/swap/review.vue @@ -104,12 +104,12 @@ diff --git a/locales/en.json b/locales/en.json index f873c9430c..362f9ebbaa 100644 --- a/locales/en.json +++ b/locales/en.json @@ -1823,7 +1823,7 @@ "connectTrader": "Connect with a trader", "connectTraderInfo": "Enter the wallet address of the trader you want to engage with, and we’ll guide you through the secure process of making a swap offer.", "counterparty": "Counterparty", - "created": "Swap Created", + "created": "Swap created. Please wait a moment to see it in your swaps list.", "creatingSwap": "Creating Swap", "incomingSwap": "Incoming Swap", "landingSubtitle": "Koda Swap facilitates secure and straightforward exchanges of digital assets. Connect directly with traders and confidently navigate your NFT transactions with our reliable platform.", From d0621da5dbc3986cca127a02d34de2b1a7bf9389 Mon Sep 17 00:00:00 2001 From: Jarsen <31397967+Jarsen136@users.noreply.github.com> Date: Thu, 12 Dec 2024 22:08:25 +0100 Subject: [PATCH 2/9] feat: Swap Page Review Step follow up --- components/swap/review.vue | 69 ++++++++++++++++++++------------------ 1 file changed, 36 insertions(+), 33 deletions(-) diff --git a/components/swap/review.vue b/components/swap/review.vue index 5a7dcfccdb..12eae073c6 100644 --- a/components/swap/review.vue +++ b/components/swap/review.vue @@ -1,5 +1,5 @@