aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-list.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into i3686-txparamundefined-sigrequestsintxlistDan2018-03-301-4/+10
|\
| * Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-4/+10
| | | | | | | | via a provider.
* | Fix display of unapprovedMessages in txList (old and new ui); includes fix ↵Dan2018-03-281-2/+3
|/ | | | of undefined txParams.
* Fix sender-to-recipient export and non-existent translation key.Dan2018-03-221-1/+1
|
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-4/+3
| | | | t() call; t is just available on props.
* Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-03-211-6/+9
|\ | | | | | | i18n-translator-redux
| * Merge branch 'master' into i3571-CompleteI18nTemplatesThomas2018-03-211-5/+8
| |\
| | * Merge branch 'master' into retry-tx-refractorDan2018-03-141-2/+3
| | |\
| | * | Use correct name for submittedTime field in tx-list.jsDan2018-03-141-1/+1
| | | |
| | * | Use new submittedTime field to correctly show retry button in old and new ui.Dan2018-03-141-3/+3
| | | |
| | * | Retry transaction logic added to tx-list-item, confirm-send-ether, ↵Dan2018-03-091-5/+8
| | | | | | | | | | | | | | | | customize-gas-modal, and dependents.
| * | | Started on Tx list i18nThomas2018-03-211-1/+1
| | |/ | |/|
* / | Handle i18n with redux.Dan2018-03-161-4/+4
|/ /
* | Merge branch 'master' into i18nDan2018-03-071-5/+2
|\|
| * Fixes shapeshift txs so that they render in tx list. (#3208)Dan J Miller2018-02-091-5/+2
| |
* | get t imported in all files currently using i18nNick Doiron2018-01-251-0/+1
| |
* | first steps to i18nNick Doiron2018-01-231-2/+2
|/
* Fix tx-list, confirmation screen stylingAlexander Tseung2018-01-181-5/+4
|
* [NewUI-flat] New deposit ether modal UI. (#2642)Dan J Miller2018-01-131-3/+7
| | | | | | | | | | | | | | | | | | | | | | * 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
* 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