aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/ducks/confirm-transaction.duck.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #3425: Better support for batch transactions (#5437)PaddyMc2018-11-141-1/+6
|
* Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-261-3/+7
|
* Add Activity Log entry for onchain failures for a transaction. Change ↵Alexander Tseung2018-10-231-1/+0
| | | | scrolling of the transaction list. Remove Transaction Details modal. (#5581)
* Adds toggle for primary currency (#5421)Alexander Tseung2018-10-171-28/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix naming, add eth.getCode check for actions, fix translations for statusesAlexander Tseung2018-08-241-2/+1
|
* Show token amounts in TransactionListItem for token transfersAlexander Tseung2018-08-241-2/+1
|
* Refactor transactions list views. Add redesign componentsAlexander Tseung2018-08-241-4/+4
|
* Use eth_getCode to sort transaction action typeAlexander Tseung2018-08-231-12/+30
|
* Various fixes from PR commentsAlexander Tseung2018-07-071-3/+7
|
* Use eth-method-registry to get method dataAlexander Tseung2018-07-071-0/+59
|
* Display newest transactionAlexander Tseung2018-07-071-1/+1
|
* Refactor data flow, signature request routingAlexander Tseung2018-07-071-22/+26
|
* Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-071-0/+319