aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/add-token.js
Commit message (Collapse)AuthorAgeFilesLines
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-25/+31
| | | | via a provider.
* Merge pull request #3741 from MetaMask/i3692-addtoken-address-undefinedkumavis2018-03-281-1/+4
|\ | | | | Prevent users from adding custom token if decimals is an empty string.
| * Prevent users from adding custom token if decimals is an empty string.Dan2018-03-271-1/+4
| |
* | Merge branch 'master' into i18n-translator-reduxDan2018-03-271-73/+109
|\|
| * Merge branch 'master' into i3326-addtokenscreendesignupdateDan2018-03-271-5/+5
| |\
| * | Use new header on add token confirmation screen.Dan2018-03-261-65/+68
| | |
| * | Updates Add token screen to latest design.Dan2018-03-241-55/+88
| | |
* | | Merge branch 'master' into i18n-translator-reduxDan2018-03-271-4/+4
|\ \ \ | | |/ | |/|
| * | Update button stylesAlexander Tseung2018-03-261-4/+4
| |/
* | i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-22/+21
| | | | | | | | t() call; t is just available on props.
* | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-03-211-21/+22
|\| | | | | | | i18n-translator-redux
| * I18n add-token.jsThomas2018-03-201-21/+22
| |
* | Handle i18n with redux.Dan2018-03-161-1/+1
|/
* Remove de-selected token from selectedTokens hash instead of setting to null ↵Alexander Tseung2018-03-091-6/+10
| | | | (#3494)
* Default add-token decimal value to string (#3451)Dan J Miller2018-03-071-1/+1
|
* Allow adding 0 balance tokens in old ui and editing custom token info in new ↵Dan J Miller2018-03-031-5/+21
| | | | | | | | (#3395) * Shows tokens with 0 balance in old ui; goHome after adding tokens. * Allow users to edit custom token info when not autofilled. (New UI add token screen).
* add token - check for logo url before trying to usekumavis2018-03-011-1/+1
|
* Fix lint errorsAlexander Tseung2018-01-181-1/+1
|
* Show now tokens by default and improve search on add token screen.Dan2018-01-181-5/+10
|
* Fix confirm Add Token button orderAlexander Tseung2018-01-131-4/+4
|
* Fix Add Token button order, stylingAlexander Tseung2018-01-131-4/+4
|
* Add utility for getting token data; get token data in tx-list even if token ↵Dan2017-10-281-18/+5
| | | | has been removed.
* Add Token styling fixChi Kei Chan2017-10-261-3/+3
|
* Add caret to Add Token toggleChi Kei Chan2017-10-241-1/+4
|
* Only show erc20 tokens in add token search.Dan2017-10-201-1/+3
|
* Fixes add token search.Dan2017-10-201-0/+1
|
* Prevent adding already added tokens (#2362)Alexander Tseung2017-10-141-3/+25
|
* Integrate Add TokenChi Kei Chan2017-09-221-236/+192
|
* Add Token UI - hover/select state; fetch token addressChi Kei Chan2017-09-211-17/+68
|
* Add Add Token UI; Add Fuzzy search for tokensChi Kei Chan2017-09-201-125/+223
|
* Merge branch 'master' into nmChi Kei Chan2017-09-191-6/+25
|\
| * Fix typo.Kevin Serrano2017-09-081-1/+1
| |
| * Fix link to open new tab.Kevin Serrano2017-09-081-0/+1
| |
| * Add front-end validation for own adddresses as a token contract address. Add ↵Kevin Serrano2017-09-081-6/+24
| | | | | | | | information on token contract addresses.
* | Isolate routing logic for isUnlocked, remove stray logssdtsui2017-08-031-1/+0
| |
* | Fix spellingDan Finlay2017-07-281-1/+1
| |
* | Replace ui with responsive-uiDan Finlay2017-07-251-1/+1
|/
* Fix spellingtmashuang2017-07-061-1/+1
|
* Remove token contract validation stepDan Finlay2017-06-281-13/+1
|
* Do not allow adding non token addressesDan Finlay2017-06-281-1/+13
|
* Fix Back Button on Add Token ViewThomas Huang2017-06-271-1/+2
|
* Add ability to add tokens to token listDan Finlay2017-06-161-6/+4
| | | | Fiex #1616
* Make add token screen a fully working formDan Finlay2017-06-161-11/+141
| | | | Entering the address of a valid HumanStandardToken even auto-fills the other fields!
* Remove logDan Finlay2017-06-161-1/+0
|
* Create add token button and template viewDan Finlay2017-06-151-0/+91