diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-06-14 08:47:56 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-06-14 08:53:42 +0800 |
commit | 108c4ab2c58074aa8148828fbbef8cbf3a4e23f5 (patch) | |
tree | e09b0ee929a73cd5d545ac90f695b23568c9ef58 /ui/app/info.js | |
parent | de500250c463f51f68abff44c8ed6c20912b48c0 (diff) | |
download | tangerine-wallet-browser-108c4ab2c58074aa8148828fbbef8cbf3a4e23f5.tar tangerine-wallet-browser-108c4ab2c58074aa8148828fbbef8cbf3a4e23f5.tar.gz tangerine-wallet-browser-108c4ab2c58074aa8148828fbbef8cbf3a4e23f5.tar.bz2 tangerine-wallet-browser-108c4ab2c58074aa8148828fbbef8cbf3a4e23f5.tar.lz tangerine-wallet-browser-108c4ab2c58074aa8148828fbbef8cbf3a4e23f5.tar.xz tangerine-wallet-browser-108c4ab2c58074aa8148828fbbef8cbf3a4e23f5.tar.zst tangerine-wallet-browser-108c4ab2c58074aa8148828fbbef8cbf3a4e23f5.zip |
Auto populate token list with popular token balances
Half implements #175
Things to do:
- Add ability to add tokens to the list.
- Persist the token tab selection (so it is an implicit preference)
- Check what's up with the token-tracker polling, it seems like it is not waiting the interval.
Diffstat (limited to 'ui/app/info.js')
-rw-r--r-- | ui/app/info.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/info.js b/ui/app/info.js index aa4503b62..825796ed6 100644 --- a/ui/app/info.js +++ b/ui/app/info.js @@ -155,3 +155,4 @@ InfoScreen.prototype.render = function () { InfoScreen.prototype.navigateTo = function (url) { global.platform.openWindow({ url }) } + |