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