aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/shift-list-item.js
Commit message (Collapse)AuthorAgeFilesLines
* Update Shapeshift logo url and adjust list item contentsThomas2018-10-181-3/+2
|
* Fix integration testsAlexander Tseung2018-08-241-1/+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
|
* Merge branch 'master' into i18nDan2018-03-071-31/+26
|\
| * Fixes shapeshift txs so that they render in tx list. (#3208)Dan J Miller2018-02-091-31/+26
| |
* | 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
|/
* [NewUI-flat] New deposit ether modal UI. (#2642)Dan J Miller2018-01-131-23/+27
| | | | | | | | | | | | | | | | | | | | | | * 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
* Merge branch 'NewUI-flat' into mergeChi Kei Chan2017-10-191-1/+1
|\
| * Enables the old shapeshift UI within new ui.Dan2017-10-021-1/+1
| |
* | Move etherscan link logic into moduleDan Finlay2017-10-141-1/+1
|/
* lint fixeskumavis2017-08-041-1/+1
|
* Fix fiat renderingDan Finlay2017-05-171-3/+5
| | | | | | | | Fixes #1439. When reorganizing fiat-value component to not use global state, had missed its necessary `currentCurrency` parameter. This now passes it in wherever it's used.
* Remove redux dependency from eth-balance and its dependent treeDan Finlay2017-05-131-1/+5
| | | | For better unit testability of the conf-tx view.
* ui - use global.platform for extension interactionkumavis2017-04-011-4/+1
|
* extension - prefer extensionizer modulekumavis2017-03-311-1/+1
|
* Linting to the max.Kevin Serrano2016-11-121-1/+0
|
* More lintingDan Finlay2016-08-231-2/+0
|
* LintedDan Finlay2016-08-231-3/+1
|
* Removed view more button, added account info button.Dan Finlay2016-08-231-0/+4
| | | | | | Also: - Also fixed bug that caused React warning when rendering the tx history. - Renamed 'Transactions' to 'History', since it now has more than that.
* Fix issue where if given a balance that does not need to be parsed will not ↵Frankie2016-08-201-0/+2
| | | | be parsed
* Remove "+" from shapeshift tx and change wording in CHANGELOGFrankie2016-08-191-21/+7
|
* Make ballance teal for shapeshift tx and add to change logFrankie2016-08-191-1/+3
|
* Create a ShapeShift tx in tx HistoryFrankie2016-08-191-53/+88
|
* WIP: ShapeShift txFrankie2016-08-191-0/+177