aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/account-detail.js
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-09-14 03:52:43 +0800
committerGitHub <noreply@github.com>2016-09-14 03:52:43 +0800
commit3b2182f576948e4ab57d23c2161227178f5dc20c (patch)
tree425f11071576a44ca4327125056ac217ae499bae /ui/app/account-detail.js
parent54ecb09a209bf3ffeba968a79acfa500625b0d4a (diff)
parent19c1b1fd8e28c10f85ed5f612d10c8b87e2e5c8a (diff)
downloadtangerine-wallet-browser-3b2182f576948e4ab57d23c2161227178f5dc20c.tar.gz
tangerine-wallet-browser-3b2182f576948e4ab57d23c2161227178f5dc20c.tar.zst
tangerine-wallet-browser-3b2182f576948e4ab57d23c2161227178f5dc20c.zip
Merge pull request #648 from MetaMask/qrCode
Put qr button back in account detail screen...
Diffstat (limited to 'ui/app/account-detail.js')
-rw-r--r--ui/app/account-detail.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js
index ebb15cd05..41d1ff2da 100644
--- a/ui/app/account-detail.js
+++ b/ui/app/account-detail.js
@@ -137,6 +137,22 @@ AccountDetailScreen.prototype.render = function () {
}),
h(Tooltip, {
+ title: 'QR Code',
+ }, [
+ h('i.fa.fa-qrcode.pointer.pop-hover', {
+ onClick: () => props.dispatch(actions.showQrView(selected, identity ? identity.name : '')),
+ style: {
+ fontSize: '18px',
+ position: 'relative',
+ color: 'rgb(247, 134, 28)',
+ top: '5px',
+ marginLeft: '3px',
+ marginRight: '3px',
+ },
+ }),
+ ]),
+
+ h(Tooltip, {
title: 'Export Private Key',
}, [
h('div', {