From a5f052d69c6457ad0289fdcb56398ea1fabedc2a Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 29 Aug 2022 11:32:07 -0300 Subject: using CTA for manual withdrawal --- .../src/cta/TermsOfServiceSection.tsx | 28 ++- .../src/cta/Withdraw/index.ts | 12 +- .../src/cta/Withdraw/state.ts | 218 +++++++++++++++++++-- .../src/cta/Withdraw/test.ts | 10 +- .../src/cta/Withdraw/views.tsx | 13 +- 5 files changed, 239 insertions(+), 42 deletions(-) (limited to 'packages/taler-wallet-webextension/src/cta') diff --git a/packages/taler-wallet-webextension/src/cta/TermsOfServiceSection.tsx b/packages/taler-wallet-webextension/src/cta/TermsOfServiceSection.tsx index 5decb1632..b60c86021 100644 --- a/packages/taler-wallet-webextension/src/cta/TermsOfServiceSection.tsx +++ b/packages/taler-wallet-webextension/src/cta/TermsOfServiceSection.tsx @@ -48,7 +48,9 @@ export function TermsOfServiceSection({ return ( {terms.status === "notfound" && ( -
+
Exchange doesn't have terms of service @@ -62,7 +64,9 @@ export function TermsOfServiceSection({ return ( {terms.status === "notfound" && ( -
+
Exchange doesn't have terms of service @@ -71,7 +75,9 @@ export function TermsOfServiceSection({
)} {terms.status === "new" && ( -
+