aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-07-30 13:20:29 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-07-30 13:20:29 +0800
commit4880ee26d589ea7bbb1f0d532646fa818d4eaae4 (patch)
treec7570fbee831d5d2e845117b678fc7c8b30348bf
parentabc78a1bf9b83d35bf1ac4453d8886f11675d41d (diff)
downloadtangerine-wallet-browser-4880ee26d589ea7bbb1f0d532646fa818d4eaae4.tar.gz
tangerine-wallet-browser-4880ee26d589ea7bbb1f0d532646fa818d4eaae4.tar.zst
tangerine-wallet-browser-4880ee26d589ea7bbb1f0d532646fa818d4eaae4.zip
Add note to self, for future code cleanup
-rw-r--r--ui/app/components/pending-tx.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js
index 8031547d4..f77374ef8 100644
--- a/ui/app/components/pending-tx.js
+++ b/ui/app/components/pending-tx.js
@@ -36,6 +36,13 @@ function PendingTx () {
}
}
+// Next: create separate react components
+// roughly 5 components:
+// heroIcon
+// numericDisplay (contains symbol + currency)
+// divider
+// contentBox
+// actionButtons
const sectionDivider = h('div', {
style: {
height:'1px',
@@ -43,7 +50,6 @@ const sectionDivider = h('div', {
},
}),
-// Next: create separate react components
const contentDivider = h('div', {
style: {
marginLeft: '16px',