aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/shift-list-item.js
Commit message (Collapse)AuthorAgeFilesLines
* 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