From 48bac7d4a9d2846b0309dab0fb92e1c36f854a92 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Nov 2016 00:33:15 +0100 Subject: link to advanced tree view --- src/popup/popup.tsx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/popup/popup.tsx b/src/popup/popup.tsx index c59ee3ea8..697162cab 100644 --- a/src/popup/popup.tsx +++ b/src/popup/popup.tsx @@ -306,7 +306,14 @@ class WalletBalanceView extends React.Component { ); }); if (listing.length > 0) { - return
{listing}
; + let link = chrome.extension.getURL("/src/pages/tree.html"); + let linkElem = advanced view; + return ( +
+ {listing} + {linkElem} +
+ ); } return this.renderEmpty(); @@ -470,13 +477,13 @@ function confirmReset() { function WalletDebug(props: any) { return (

Debug tools:

- - -
-- cgit v1.2.3