aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/confirm-deploy-contract.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge developAlexander Tseung2018-07-181-358/+0
|
* Remove send_ directory, revert to just having sendDan2018-07-161-1/+1
| | | | | | Revert accidentally changed constants. Require defaults in ens-input, gas-fee-display and confirm screens.
* Unit tests for containers, utils and selectors in send_/Dan2018-05-051-1/+1
|
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-14/+18
| | | | via a provider.
* Correct connect reference in confirm-send-ether, confirm-deploy-contract, ↵Dan2018-03-221-1/+1
| | | | network-display.
* Lint fixesDan2018-03-221-2/+3
|
* Missed modifications of t() in merge resolution.Dan2018-03-221-1/+0
|
* Merge branch 'master' into i18n-translator-reduxDan2018-03-221-7/+11
|\
| * Update confirm transaction screenAlexander Tseung2018-03-211-3/+7
| |
* | i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-13/+12
| | | | | | | | t() call; t is just available on props.
* | Lint fixes.Dan2018-03-201-1/+2
| |
* | Fixed t() calls where localeMessages is missing; and fix incorrect connect ↵Dan2018-03-201-1/+1
| | | | | | | | reference.
* | Merge branch 'master' into i18n-translator-reduxDan2018-03-201-293/+294
|\|
| * Fix styling on confirm-send-ether and confirm-send-token (#3600)Alexander Tseung2018-03-171-1/+1
| |
| * Update Confirm Contract screen (#3597)Alexander Tseung2018-03-171-293/+294
| |
* | Handle i18n with redux.Dan2018-03-161-12/+12
| |
* | i18n - load locales manuallykumavis2018-03-151-1/+1
|/
* complete i18n across new UINick Doiron2018-01-301-6/+6
|
* separate out cross-browser i18n for extensionsNick Doiron2018-01-251-0/+1
|
* better organization of locale file; i18n in more view filesNick Doiron2018-01-241-10/+10
|
* Change min gas price to 0.1 GWEIDan2017-10-271-4/+2
|
* Fix Conversions bugs; Fiat value bugsChi Kei Chan2017-10-211-1/+3
|
* Get currency from state in account details, send and confirm screens.Dan2017-10-201-12/+16
|
* Confirm Token and Confirm Contract v2Chi Kei Chan2017-10-111-16/+17
|
* Always set currency to USD on app mountChi Kei Chan2017-09-291-1/+0
|
* Implement Confirm Deploy Contract screenChi Kei Chan2017-09-271-0/+344