gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: styling of QR withdraw page


From: gnunet
Subject: [taler-wallet-core] branch master updated: styling of QR withdraw page
Date: Fri, 28 Oct 2022 12:40:27 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new f55703b0a styling of QR withdraw page
f55703b0a is described below

commit f55703b0a10c374121f2c08c5fdd10e55ee276c4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Oct 28 12:40:24 2022 +0200

    styling of QR withdraw page
---
 build-system/taler-build-scripts              | 2 +-
 packages/demobank-ui/src/pages/home/index.tsx | 8 ++++++--
 packages/demobank-ui/src/scss/bank.scss       | 1 +
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index e3262f44d..38c168b11 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit e3262f44d5e0947bfef736059e82cd8dbf1f9445
+Subproject commit 38c168b11eeeab93562ffa74b3e2aff4b596c77a
diff --git a/packages/demobank-ui/src/pages/home/index.tsx 
b/packages/demobank-ui/src/pages/home/index.tsx
index 55653a860..fe94e41d9 100644
--- a/packages/demobank-ui/src/pages/home/index.tsx
+++ b/packages/demobank-ui/src/pages/home/index.tsx
@@ -1516,7 +1516,9 @@ function QrCodeSection({
   return (
     <section id="main" class="content">
       <h1 class="nav">{i18n`Charge Taler Wallet`}</h1>
-      <p>{i18n`You can use this QR code to withdraw to your mobile 
wallet:`}</p>
+      <article>
+      <div class="qr-div">
+      <p>{i18n`Use this QR code to withdraw to your mobile wallet:`}</p>
       {QR({ text: talerWithdrawUri })}
       <p>
         Click <a id="linkqr" href={talerWithdrawUri}>{i18n`this link`}</a> to
@@ -1524,6 +1526,8 @@ function QrCodeSection({
       </p>
       <br />
       {abortButton}
+      </div>
+      </article>
     </section>
   );
 }
@@ -1540,7 +1544,7 @@ function TalerWithdrawalQRCode(Props: any): VNode {
   const i18n = useTranslator();
   const abortButton = (
     <a
-      class="pure-button"
+      class="pure-button btn-cancel"
       onClick={() => {
         pageStateSetter((prevState: PageStateType) => {
           return {
diff --git a/packages/demobank-ui/src/scss/bank.scss 
b/packages/demobank-ui/src/scss/bank.scss
index fec0ea5c9..fdcdfcd63 100644
--- a/packages/demobank-ui/src/scss/bank.scss
+++ b/packages/demobank-ui/src/scss/bank.scss
@@ -15,6 +15,7 @@ div.pages-list {
   margin-top: 15px;
 }
 
+.qr-div,
 .login-div,
 .register-div {
   display: block;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]