summaryrefslogtreecommitdiff
path: root/packages/demobank-ui/TODO
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-10-24 10:46:14 +0200
committerFlorian Dold <florian@dold.me>2022-10-24 10:46:14 +0200
commit3e060b80428943c6562250a6ff77eff10a0259b7 (patch)
treed08472bc5ca28621c62ac45b229207d8215a9ea7 /packages/demobank-ui/TODO
parentfb52ced35ac872349b0e1062532313662552ff6c (diff)
downloadwallet-core-3e060b80428943c6562250a6ff77eff10a0259b7.tar.gz
wallet-core-3e060b80428943c6562250a6ff77eff10a0259b7.tar.bz2
wallet-core-3e060b80428943c6562250a6ff77eff10a0259b7.zip
repo: integrate packages from former merchant-backoffice.git
Diffstat (limited to 'packages/demobank-ui/TODO')
-rw-r--r--packages/demobank-ui/TODO45
1 files changed, 45 insertions, 0 deletions
diff --git a/packages/demobank-ui/TODO b/packages/demobank-ui/TODO
new file mode 100644
index 000000000..a399ada58
--- /dev/null
+++ b/packages/demobank-ui/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?)