aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/token-list.js
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Dan2018-03-291-4/+10
| | | | via a provider.
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-4/+3
| | | | t() call; t is just available on props.
* 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
| | | | refresh.
* 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
| | | | Includes removal of ReactCssTransitionGroup for a simpler UI refactor.
* 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
| | | | Improves performance when loading the token tab.
* 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
| | | | | | | | | | Token list now renders errors when a token lookup fails. Also now cleans up event listeners when re-initializing the token list.
* | Reduce token list clutter by only showing held tokensDan Finlay2017-06-201-7/+4
| | | | | | | | We could change this when we allow hiding/removing tokens, but for now, this is a simple and pleasant solution.
* | Add ability to add tokens to token listDan Finlay2017-06-161-10/+30
| | | | | | | | Fiex #1616
* | 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
| | | | Also improve error handling with token balances.
* Auto populate token list with popular token balancesDan Finlay2017-06-141-14/+35
| | | | | | | | | 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.
* 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