aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-list.js
Commit message (Collapse)AuthorAgeFilesLines
* More lint fixesDan2017-11-021-2/+2
|
* Lint fixes for NewUI-flat.Dan2017-11-021-5/+1
|
* Add utility for getting token data; get token data in tx-list even if token ↵Dan2017-10-281-0/+6
| | | | has been removed.
* Fix cursor on unclickable transactions (#2356)Alexander Tseung2017-10-141-3/+9
|
* Add needed iterator in tx-list and path to account in selectors.Dan2017-10-031-1/+6
|
* Shapeshift deposit tx modal.Dan2017-10-021-1/+1
|
* Enables the old shapeshift UI within new ui.Dan2017-10-021-1/+3
|
* Return null if transaction.key is shapeshiftChi Kei Chan2017-09-271-1/+6
|
* Integrate Add TokenChi Kei Chan2017-09-221-1/+1
|
* Show token tx properlyChi Kei Chan2017-09-141-2/+3
|
* Fixes the saving of transactions in send and display in tx-list with ↵Dan2017-09-141-6/+7
| | | | conversion utility.
* Add buttons; handle back; add yarn.lockChi Kei Chan2017-09-121-3/+1
|
* Re-enable Contract tx list itemChi Kei Chan2017-09-081-18/+7
|
* Fix css merge conflictsChi Kei Chan2017-09-081-1/+1
|
* Modify status copy for status === 'unapproved'Dan2017-09-081-0/+1
|
* Link user from transaction list to etherscan if they have a transaction hash.Dan2017-09-081-1/+26
|
* Create tx-list-item component.Dan2017-09-081-74/+15
|
* Show confirm transaction screen when clicking a pending transaction in the list.Dan2017-09-081-2/+14
|
* Add Contract Tx List Item; Update Token Tx on selectChi Kei Chan2017-09-071-17/+25
|
* Show token balance and identiconChi Kei Chan2017-09-071-1/+0
|
* Fix token listChi Kei Chan2017-09-061-1/+3
|
* Implement tokens list UIChi Kei Chan2017-09-061-15/+22
|
* Touch up transaction list item styles, remove main-content scroll bars, ↵Dan2017-09-051-40/+45
| | | | align buttons with main-content..
* Capitalizations via text-transform for main screen transactions.Dan2017-09-051-2/+2
|
* Lint fixesDan2017-08-311-15/+13
|
* Render TxListItem component from real data: address, identicon, status, ETH ↵sdtsui2017-08-231-9/+11
| | | | value
* Remove fake transactions and balances from tx-list and wallet-view, respectivelysdtsui2017-08-231-38/+0
|
* Add UI tweaks, including separation of overflow logic for mobile ↵sdtsui2017-08-111-8/+3
| | | | (full-height) vs laptop (tx-view-only)
* Improve text positioning on mobile viewsdtsui2017-08-111-11/+13
|
* Implement widescreen layout for tx listsdtsui2017-08-111-30/+28
|
* Move Txs list item styles into classessdtsui2017-08-111-37/+17
|
* Cleanup txList and txView componentssdtsui2017-08-111-34/+85
|
* moved the props initialization steps into mapStateToPropsSimon Liang2017-08-101-14/+13
|
* extracted transaction listSimon Liang2017-08-101-0/+141