aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/index.js
Commit message (Expand)AuthorAgeFilesLines
* Prevent loading screen from overlaying the app bar (#4417)Alexander Tseung2018-05-311-4/+1
* Merge pull request #4156 from MetaMask/i4010-spinnerkumavis2018-05-031-1/+1
|\
| * Fix styling of the app spinnerAlexander Tseung2018-05-011-1/+1
* | Convert decimals to string in getSymbolAndDecimals; return null for symbol or...Dan2018-04-281-17/+7
* | 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 vi...Dan2018-03-291-1/+1
* 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
* | Fixed t() calls where localeMessages is missing; and fix incorrect connect re...Dan2018-03-201-1/+1
|/
* 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