aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/token-list.js
Commit message (Collapse)AuthorAgeFilesLines
* 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