aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4156 from MetaMask/i4010-spinnerkumavis2018-05-031-1/+1
|\ | | | | Fix styling of the app spinner
| * Fix styling of the app spinnerAlexander Tseung2018-05-011-1/+1
| |
* | Convert decimals to string in getSymbolAndDecimals; return null for symbol ↵Dan2018-04-281-17/+7
| | | | | | | | or decimals.
* | Wraps calls to symbol() and decimals() in try catchDan2018-04-281-11/+9
|/
* Fix spinner layoutAlexander Tseung2018-04-181-2/+5
|
* Fix BigNumber exception in confirm-send-etherAlexander Tseung2018-04-181-3/+25
|
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-1/+1
| | | | via a provider.
* Merge branch 'master' into i18n-translator-reduxDan2018-03-221-4/+14
|\
| * ui - tx conf - only show special token tx conf screen for token sendkumavis2018-03-221-4/+8
| |
| * Identify token transactions by method names token data, and not just whether ↵Dan2018-03-201-4/+10
| | | | | | | | they've been add via metamask.
* | Fixed t() calls where localeMessages is missing; and fix incorrect connect ↵Dan2018-03-201-1/+1
|/ | | | reference.
* Get currency from state in account details, send and confirm screens.Dan2017-10-201-3/+0
|
* Always set currency to USD on app mountChi Kei Chan2017-09-291-1/+1
|
* Implement Confirm Deploy Contract screenChi Kei Chan2017-09-271-0/+6
|
* Add Confirm Send token screenChi Kei Chan2017-09-231-17/+56
|
* Refactor Confirmation Tx to render different screenChi Kei Chan2017-09-221-0/+103