aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/token-list.js
Commit message (Expand)AuthorAgeFilesLines
* typo watchAsset imageUrl to imageEsteban MIno2018-08-241-1/+1
* unit tests for watchAssetEsteban MIno2018-08-221-2/+0
* refactor watchToken related functionsEsteban MIno2018-08-211-3/+3
* delete according image when token added with watchToken deletedEsteban MIno2018-08-171-3/+3
* add suggested tokens objects in metamask stateEsteban MIno2018-08-161-3/+1
* add support for images base64 and urls on new uiEsteban MIno2018-08-151-3/+10
* Don't update token balances after tracker is stoppedWhymarrh Whitby2018-07-051-0/+3
* Remove TokenTracker listeners when unmounting componentWhymarrh Whitby2018-07-051-0/+2
* Require loglevel singleton in each module that uses itbitpshr2018-04-141-0/+1
* Removes t from props via metamask-connect and instead places it on context vi...Dan2018-03-291-4/+10
* i18n redux solution doesn't require importing t() and passing state to each t...Dan2018-03-221-4/+3
* Handle i18n with redux.Dan2018-03-161-5/+5
* get t imported in all files currently using i18nNick Doiron2018-01-251-0/+1
* first steps to i18nNick Doiron2018-01-231-3/+3
* Show tokens with zero balanceAlexander Tseung2017-11-151-4/+1
* Lint fixes for NewUI-flat.Dan2017-11-021-13/+13
* Fix exception thrown when tokens is null (#2355)Alexander Tseung2017-10-141-1/+2
* Enables remove token and ensures add/remove update the list without need for ...Dan2017-10-041-4/+10
* Merge branch 'master' into nmChi Kei Chan2017-09-191-3/+20
|\
| * Multiple tokens shows the amount when greater than 1Thomas Huang2017-08-301-1/+1
| * Fallback to ethplorer linkDan Finlay2017-08-171-1/+18
| * Remove dead codeDan Finlay2017-08-171-14/+0
| * Remove default tokensDan Finlay2017-08-171-11/+1
* | Adding Token transaction detail screenChi Kei Chan2017-09-061-9/+1
* | Fix token listChi Kei Chan2017-09-061-14/+21
* | Implement tokens list UIChi Kei Chan2017-09-061-81/+20
|/
* Correct token pluralization for one tokenDan Finlay2017-07-281-1/+3
* Lots of flex rearrangement on account detail viewDan Finlay2017-07-261-10/+30
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+192
* Make folder for responsive UIDan Finlay2017-07-041-194/+0
* Stop loading popular tokens by defaultDan Finlay2017-07-011-1/+3
* Add padding to token messagesDan Finlay2017-06-291-0/+1
* Merge branch 'master' into i1616-AddTokenAddingDan Finlay2017-06-231-4/+18
|\
| * Add better event lifecycle management to token list.Dan Finlay2017-06-201-4/+18
* | Reduce token list clutter by only showing held tokensDan Finlay2017-06-201-7/+4
* | Add ability to add tokens to token listDan Finlay2017-06-161-10/+30
* | Create add token button and template viewDan Finlay2017-06-151-22/+49
|/
* Add no tokens messageDan Finlay2017-06-151-9/+13
* Vertically center loading indicationDan Finlay2017-06-151-2/+10
* Refresh token balance on network changeDan Finlay2017-06-151-5/+22
* Persist selected account tabDan Finlay2017-06-151-2/+13
* Auto populate token list with popular token balancesDan Finlay2017-06-141-14/+35
* Add placeholder etherscan token iconsDan Finlay2017-04-251-1/+7
* Get token list looking okDan Finlay2017-04-221-4/+19
* Add functional but ugly and hard-coded token listDan Finlay2017-04-211-0/+51