aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/deposit-ether-modal.js
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-221-220/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test
* Add raised type buttons to Button component. Refactor all buttons within app ↵Alexander Tseung2018-09-131-1/+6
| | | | to Button components
* Change btn-secondary styles to btn-default. Make btn-secondary red warning ↵Alexander Tseung2018-06-011-1/+1
| | | | style buttons
* Clean up network configAlexander Tseung2018-04-241-2/+2
|
* Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-03-301-16/+22
|\ | | | | | | ci-artifacts
| * Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-16/+22
| | | | | | | | via a provider.
* | ui - use relative location for imageskumavis2018-03-291-2/+2
| |
* | ui - fix relative url for deposit-ether-modalkumavis2018-03-291-1/+1
|/
* Merge branch 'master' into i18n-translator-reduxDan2018-03-271-1/+1
|\
| * Update button stylesAlexander Tseung2018-03-261-1/+1
| |
* | Fix references to undefined 'this.props'Dan2018-03-221-13/+13
| |
* | i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-15/+14
| | | | | | | | t() call; t is just available on props.
* | 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-2/+4
|\|
| * Update Confirm Contract screen (#3597)Alexander Tseung2018-03-171-1/+1
| |
| * Update Deposit Eth icon (#3569)Alexander Tseung2018-03-161-4/+6
| |
* | Handle i18n with redux.Dan2018-03-161-15/+15
| |
* | i18n - load locales manuallykumavis2018-03-151-12/+22
|/
* Add missing opening parens to pag-container__subtitleThomas2018-03-141-1/+1
|
* Merge branch 'master' into i18nThomas Huang2018-03-141-50/+59
|\
| * Update deposit ether styling (#3510)Alexander Tseung2018-03-131-49/+62
| |
* | Merge branch 'master' into i18nDan2018-03-071-0/+5
|\|
| * Shapeshift form handles market info unavailable errors.Dan2018-03-071-0/+5
| |
* | complete i18n across new UINick Doiron2018-01-301-1/+3
| |
* | 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-16/+13
|/
* Fix rendering QR code in old UI, hide unnecessary back buttonAlexander Tseung2018-01-171-1/+3
|
* [NewUI-flat] New deposit ether modal UI. (#2642)Dan J Miller2018-01-131-0/+182
* New deposit ether modal. * New deposit modal full screen on mobile, and other style fixes. * Hide shapeshift option from deposit modal for now. * Add shapeshift form to new deposit modal. * Store recipient address for shapeshift tx in background. * Use Simpledropdown to achieve desired styling in coin selector. * Lint fix * Fix typos and remove dead code. * Remove storage of shapeshift receiving address from background. * Fix typos