aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/confirm-transaction-base/confirm-transaction-base.container.js
Commit message (Collapse)AuthorAgeFilesLines
* Connects remained of the gas customization component to redux.Dan Miller2018-12-041-2/+12
|
* Adds new gas customization modal container (without content)Dan Miller2018-12-041-1/+1
|
* Save recent network balances in local storage (#5843)Dan J Miller2018-12-011-1/+2
| | | | | | | | | | | | * Use selector for state.metamask.accounts in all cases. * Default to cached balance when selecting metamask accounts * Adds the cached-balances controller * Documentation and small codes fixes for #5843 Co-Authored-By: danjm <danjm.com@gmail.com>
* Fixes #3425: Better support for batch transactions (#5437)PaddyMc2018-11-141-2/+3
|
* Adds toggle for primary currency (#5421)Alexander Tseung2018-10-171-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UnitInput component * Add CurrencyInput component * Add UserPreferencedCurrencyInput component * Add UserPreferencedCurrencyDisplay component * Add updatePreferences action * Add styles for CurrencyInput, CurrencyDisplay, and UnitInput * Update SettingsTab page with Primary Currency toggle * Refactor currency displays and inputs to use UserPreferenced displays and inputs * Add TokenInput component * Add UserPreferencedTokenInput component * Use TokenInput in the send screen * Fix unit tests * Fix e2e and integration tests * Remove send/CurrencyDisplay component * Replace diamond unicode character with Eth logo. Fix typos
* Only use current network txs when calculating "Reject All"Whymarrh Whitby2018-10-021-1/+6
|
* Confirm rejecting multiple transactions with modalWhymarrh Whitby2018-10-021-0/+3
|
* Add "Cancel All" button to confirm footerWhymarrh Whitby2018-10-021-3/+11
|
* Switch existing modals from using Notification to Modal. Remove Notification ↵Alexander Tseung2018-09-201-2/+2
| | | | component. Add CancelTransaction modal
* fix images for watched tokensEsteban MIno2018-08-301-1/+3
|
* Add fallback options for displaying recipient name in the Confirm screenAlexander Tseung2018-07-211-1/+13
|
* Fix send import paths in confirm tx componentsWhymarrh Whitby2018-07-161-2/+2
|
* Various fixes from PR commentsAlexander Tseung2018-07-071-1/+75
|
* Use eth-method-registry to get method dataAlexander Tseung2018-07-071-0/+2
|
* Refactor data flow, signature request routingAlexander Tseung2018-07-071-2/+0
|
* Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-071-0/+95