From c3e703989a87f4deafd77eb644d73af8ef93f110 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 19 Feb 2024 11:15:41 -0300 Subject: better name to links and buttons --- .../demobank-ui/src/pages/AccountPage/views.tsx | 3 ++- packages/demobank-ui/src/pages/BankFrame.tsx | 5 +++-- packages/demobank-ui/src/pages/DownloadStats.tsx | 17 +++++++++++++---- packages/demobank-ui/src/pages/LoginForm.tsx | 8 ++++++-- .../demobank-ui/src/pages/OperationState/views.tsx | 6 ++++++ packages/demobank-ui/src/pages/PaymentOptions.tsx | 4 ++-- .../demobank-ui/src/pages/PaytoWireTransferForm.tsx | 2 ++ .../demobank-ui/src/pages/ProfileNavigation.tsx | 4 ++++ .../demobank-ui/src/pages/PublicHistoriesPage.tsx | 1 + packages/demobank-ui/src/pages/QrCodeSection.tsx | 3 +++ packages/demobank-ui/src/pages/RegistrationPage.tsx | 3 +++ .../demobank-ui/src/pages/SolveChallengePage.tsx | 7 ++++++- .../demobank-ui/src/pages/WalletWithdrawForm.tsx | 8 ++++++++ .../src/pages/WithdrawalConfirmationQuestion.tsx | 2 ++ packages/demobank-ui/src/pages/WithdrawalQRCode.tsx | 3 +++ .../src/pages/account/ShowAccountDetails.tsx | 21 ++------------------- .../src/pages/account/UpdateAccountPassword.tsx | 2 ++ .../demobank-ui/src/pages/admin/AccountForm.tsx | 2 ++ .../demobank-ui/src/pages/admin/AccountList.tsx | 5 +++++ packages/demobank-ui/src/pages/admin/AdminHome.tsx | 5 +++++ .../src/pages/admin/CreateNewAccount.tsx | 3 +++ .../demobank-ui/src/pages/admin/RemoveAccount.tsx | 3 +++ .../src/pages/business/CreateCashout.tsx | 3 +++ .../src/pages/business/ShowCashoutDetails.tsx | 1 + 24 files changed, 90 insertions(+), 31 deletions(-) (limited to 'packages/demobank-ui/src/pages') diff --git a/packages/demobank-ui/src/pages/AccountPage/views.tsx b/packages/demobank-ui/src/pages/AccountPage/views.tsx index 7694ca1d3..4f411940f 100644 --- a/packages/demobank-ui/src/pages/AccountPage/views.tsx +++ b/packages/demobank-ui/src/pages/AccountPage/views.tsx @@ -50,7 +50,7 @@ function ShowDemoInfo({ routePublicAccounts }: { This part of the demo shows how a bank that supports Taler directly would work. In addition to using your own bank account, you can also see the transaction history of some{" "} - Public Accounts. + Public Accounts. ) : ( @@ -97,6 +97,7 @@ function ShowPedingOperation({ routeSolveSecondFactor }: { {" "} this page diff --git a/packages/demobank-ui/src/pages/BankFrame.tsx b/packages/demobank-ui/src/pages/BankFrame.tsx index f16e0e9bf..266eab636 100644 --- a/packages/demobank-ui/src/pages/BankFrame.tsx +++ b/packages/demobank-ui/src/pages/BankFrame.tsx @@ -117,6 +117,7 @@ export function BankFrame({ */} @@ -235,12 +216,14 @@ export function ShowAccountDetails({
Cancel