aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-list.js
Commit message (Expand)AuthorAgeFilesLines
* Fix merge conflicts. Modify send workflowAlexander Tseung2018-04-031-2/+3
|\
| * Merge branch 'master' into i3686-txparamundefined-sigrequestsintxlistDan2018-03-301-4/+10
| |\
| * | Fix display of unapprovedMessages in txList (old and new ui); includes fix of...Dan2018-03-281-2/+3
* | | Fix conf-tx renderAlexander Tseung2018-03-311-1/+4
* | | Fix merge conflictsAlexander Tseung2018-03-311-4/+9
|\ \ \ | | |/ | |/|
| * | Removes t from props via metamask-connect and instead places it on context vi...Dan2018-03-291-4/+10
| |/
* | Fix i18n merge conflictsAlexander Tseung2018-03-301-5/+4
|\|
| * 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 t...Dan2018-03-221-4/+3
| * Merge branch 'master' of github.com:MetaMask/metamask-extension into i18n-tra...kumavis2018-03-211-6/+9
| |\
| * | Handle i18n with redux.Dan2018-03-161-4/+4
* | | Fix merge conflictsAlexander Tseung2018-03-271-7/+11
|\ \ \ | | |/ | |/|
| * | 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, customize-...Dan2018-03-091-5/+8
| * | | Started on Tx list i18nThomas2018-03-211-1/+1
| | |/ | |/|
| * | Merge branch 'master' into i18nDan2018-03-071-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
* | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension int...Alexander Tseung2018-02-091-5/+2
|\ \ \ | | |/ | |/|
| * | Fixes shapeshift txs so that they render in tx list. (#3208)Dan J Miller2018-02-091-5/+2
| |/
* | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254Alexander Tseung2018-01-301-8/+11
|\|
| * 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
* | Fix lint errorsAlexander Tseung2017-12-151-1/+1
* | Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-151-3/+9
|/
* 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 h...Dan2017-10-281-0/+6
* 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 conversi...Dan2017-09-141-6/+7
* 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, align...Dan2017-09-051-40/+45
* 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 v...sdtsui2017-08-231-9/+11
* 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 (full-height...sdtsui2017-08-111-8/+3
* 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