gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] branch master updated: document open issues


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated: document open issues
Date: Mon, 26 Sep 2022 23:57:06 +0200

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

grothoff pushed a commit to branch master
in repository merchant-backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new 553c9f2  document open issues
553c9f2 is described below

commit 553c9f21f594bb6de396fa83a9a71e2edb4f4d48
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Sep 26 23:57:03 2022 +0200

    document open issues
---
 packages/bank/TODO                     | 45 ++++++++++++++++++++++++++++++++++
 packages/bank/src/pages/home/index.tsx |  3 ++-
 2 files changed, 47 insertions(+), 1 deletion(-)

diff --git a/packages/bank/TODO b/packages/bank/TODO
new file mode 100644
index 0000000..a399ada
--- /dev/null
+++ b/packages/bank/TODO
@@ -0,0 +1,45 @@
+Urgent TODOs:
+
+- General:
+  * not only Nora dark-theme, but default light! (CSS)
+  * auto-focus on input fields is not working well
+  * buttons should be visibly insensitive
+    as long as required input fields are not
+    working
+  * next required invalid/missing input field is
+    not properly highlighted in red
+  * Logout button needs more padding to the right (CSS)
+
+- Error bar:
+  * shows JSON, should only show good error message
+    and numeric code, not JSON syntax
+  * should auto-hide after next action, no need for
+    "clear"!
+  * need variant "status bar" in green (or blue)
+    which shows status of last operation
+
+* H1-Titles:
+  * Center more (currently way on the left) (CSS)
+
+- Assets:
+  * Numeric amount needs to be shown MUCH bigger (CSS)
+  * Center more? (CSS)
+
+- Payments:
+  * Amount to withdraw currently shown in white-on-white (CSS)
+  * Big frame drawn around notebook-tabs is not nice (CSS)
+  * Center more? (CSS)
+  * "Wire to bank account"
+    - maybe split two types (payto and IBAN) into
+      two tabs?
+    - currently cannot switch back from payto to IBAN
+
+- Withdraw:
+  * Should use new 'status' bar at the end, instead
+    of extra dialog with "close" button
+  * ditto for bank-wire-transfer final stage
+
+- Footer:
+  * overlaps with transaction history or other
+    content, needs to consistently show at the
+    end! => change rendering logic!? (CSS?)
diff --git a/packages/bank/src/pages/home/index.tsx 
b/packages/bank/src/pages/home/index.tsx
index 39b834a..4e7582d 100644
--- a/packages/bank/src/pages/home/index.tsx
+++ b/packages/bank/src/pages/home/index.tsx
@@ -1236,7 +1236,7 @@ function WalletWithdraw(Props: any): VNode {
   let submitAmount = '5.00'; // must match the first <select> child.
   // const amountRegex = "^[0-9]+(\.[0-9]+)?$"; // currently unused
 
-  /* FIXME: Amount entry does not work nicely yet */
+  /* FIXME: Amount entry shows white-on-white! */
   return (
         <div id="reserve-form"
           class="pure-form"
@@ -1258,6 +1258,7 @@ function WalletWithdraw(Props: any): VNode {
             <option value="15.00">15.00</option>
             <option value="20.00">20.00</option>
           </datalist>
+          &nbsp;
           <input
             type="text"
             readonly

-- 
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]