aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/confirm-transaction-base/confirm-transaction-base.component.js
Commit message (Collapse)AuthorAgeFilesLines
* Adds toggle for primary currency (#5421)Alexander Tseung2018-10-171-26/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Confirm rejecting multiple transactions with modalWhymarrh Whitby2018-10-021-4/+14
|
* Add "Cancel All" button to confirm footerWhymarrh Whitby2018-10-021-0/+15
|
* Switch existing modals from using Notification to Modal. Remove Notification ↵Alexander Tseung2018-09-201-2/+3
| | | | component. Add CancelTransaction modal
* fix images for watched tokensEsteban MIno2018-08-301-0/+3
|
* Fix infinite spinner on failed transactionsAlexander Tseung2018-08-291-4/+7
|
* Show error while allowing confirmation of transaction where simulation failsDan Miller2018-08-091-1/+1
|
* Disable Confirm button on subsequent clicks to prevent confirming multiple timesAlexander Tseung2018-08-041-3/+18
|
* Add fallback when no function found, fix network colors, add fiat values for ↵Alexander Tseung2018-07-181-15/+25
| | | | tokens with contract exchange rates
* Fix send import paths in confirm tx componentsWhymarrh Whitby2018-07-161-1/+1
|
* Various fixes from PR commentsAlexander Tseung2018-07-071-101/+46
|
* Use eth-method-registry to get method dataAlexander Tseung2018-07-071-4/+10
|
* Refactor data flow, signature request routingAlexander Tseung2018-07-071-14/+1
|
* Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-071-0/+382