aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/buy-options-modal.js
Commit message (Collapse)AuthorAgeFilesLines
* Clean up network configAlexander Tseung2018-04-241-2/+2
|
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-8/+14
| | | | via a provider.
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-8/+7
| | | | t() call; t is just available on props.
* Handle i18n with redux.Dan2018-03-161-9/+9
|
* i18n - load locales manuallykumavis2018-03-151-1/+1
|
* 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-7/+7
|
* [NewUI-flat] New deposit ether modal UI. (#2642)Dan J Miller2018-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | * 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
* Improve variable name.Dan2017-11-141-2/+2
|
* Deposit button shows link to faucet on testnet networks.Dan2017-11-141-15/+23
|
* Change all "Buy" to "Deposit"Alexander Tseung2017-10-231-2/+2
|
* Hide ShapeShift and Fix Modal StylingsChi Kei Chan2017-09-291-5/+5
|
* Open account details modal on buy -> direct deposit.Dan2017-09-231-1/+11
|
* Lint fixesDan2017-08-311-3/+3
|
* Hook up identicon and buttons to AccountDetailsModal, clean up colorssdtsui2017-08-221-3/+0
|
* Hook up actions to EditAccountNameModalsdtsui2017-08-211-14/+14
|
* Enhance global modal to handle Buy, Edit, and Details Modalssdtsui2017-08-211-0/+80