aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/buy-button-subview.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix styling of the app spinnerAlexander Tseung2018-05-011-1/+1
|
* 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.
* Lint fixesDan2018-03-221-2/+2
|
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-6/+5
| | | | t() call; t is just available on props.
* Handle i18n with redux.Dan2018-03-161-7/+7
|
* complete i18n across new UINick Doiron2018-01-301-3/+3
|
* get t imported in all files currently using i18nNick Doiron2018-01-251-0/+1
|
* first steps to i18nNick Doiron2018-01-231-4/+4
|
* Change all "Buy" to "Deposit"Alexander Tseung2017-10-231-1/+1
|
* Fix loading animation not showing on network changeAlexander Tseung2017-10-201-1/+1
|
* Show confirm transaction screen when clicking a pending transaction in the list.Dan2017-09-081-1/+1
|
* ui - buy eth - formatting and moved network names to configkumavis2017-08-101-23/+19
|
* lint fixkumavis2017-08-091-1/+1
|
* ui - buy eth - add dharma beta to kovankumavis2017-08-091-12/+22
|
* ui - buy button view - refactorkumavis2017-08-091-46/+104
|
* Make buy ui more central to the screensdtsui2017-08-091-1/+1
|
* Add missing changes. Create unique style for rinkeby icon.Kevin Serrano2017-04-261-1/+7
|
* fix spellingfrankiebee2017-04-251-1/+1
|
* Initial redo attempt of the buy view to look like vladt's desighnfrankiebee2017-04-191-51/+88
|
* add platforms to mascara + move buyEther window open to uikumavis2017-04-051-6/+7
|
* ui - use global.platform for extension interactionkumavis2017-04-011-2/+1
|
* extension - prefer extensionizer modulekumavis2017-03-311-1/+1
|
* Add link to kovan faucet instructions.Kevin Serrano2017-03-281-2/+9
|
* rename selectedAccount to selectedAddresskumavis2017-01-311-1/+0
|
* Merge branch 'i328-MultiVault-v1' into i715-AddImportMenuDan Finlay2017-01-181-36/+46
|\
| * LintedDan Finlay2016-11-051-5/+4
| |
| * Convert buy subview to new tab bar componentDan Finlay2016-11-051-36/+47
| |
* | Ropsten has sole access to the faucet.Kevin Serrano2016-11-231-3/+3
| |
* | Add to changelog.Kevin Serrano2016-11-231-1/+1
|/
* Show loading indication when selecting ShapeShiftDan Finlay2016-09-161-0/+6
|
* Drop the buy button in the confTx view if account does not have enough ethFrankie2016-09-161-1/+10
|
* Fix typos and refine wording.Kevin Serrano2016-09-071-1/+1
|
* Create a ShapeShift tx in tx HistoryFrankie2016-08-191-2/+2
|
* Add margin to "go to test faucet" button and show more of the address on qr ↵Frankie2016-08-151-0/+3
| | | | code page
* Add a to test faucet buttonFrankie2016-08-131-1/+4
|
* Change buy forms so that they are their own view and add Qr-codeFrankie2016-08-131-4/+47
|
* Create "buy form" add shape shiftFrankie2016-08-111-0/+74