aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/account-detail.js
diff options
context:
space:
mode:
authorFrankie <frankie.pangilinan@consensys.net>2016-09-13 08:27:14 +0800
committerFrankie <frankie.pangilinan@consensys.net>2016-09-13 08:27:14 +0800
commit218f380d874f0efef4b87803c3f9cbd508391a9e (patch)
treea3b1fac7ded99c4194c85aacbe932453e81ded14 /ui/app/account-detail.js
parentb8f75e387a91135b870c9f268977445c8e0877a4 (diff)
downloadtangerine-wallet-browser-218f380d874f0efef4b87803c3f9cbd508391a9e.tar.gz
tangerine-wallet-browser-218f380d874f0efef4b87803c3f9cbd508391a9e.tar.zst
tangerine-wallet-browser-218f380d874f0efef4b87803c3f9cbd508391a9e.zip
Add qrcode-npm to package.json and swap out Qr Code generator api for node-module
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', {