1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Add note to self, for future code cleanup

This commit is contained in:
sdtsui 2017-07-29 22:20:29 -07:00
parent abc78a1bf9
commit 4880ee26d5

View File

@ -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',