aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-list-item
Commit message (Collapse)AuthorAgeFilesLines
* Metametrics (#6171)Dan J Miller2019-03-051-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add metametrics provider and util. * Add backend api and state for participating in metametrics. * Add frontend action for participating in metametrics. * Add metametrics opt-in screen. * Add metametrics events to first time flow. * Add metametrics events for route changes * Add metametrics events for send and confirm screens * Add metametrics events to dropdowns, transactions, log in and out, settings, sig requests and main screen * Ensures each log in is measured as a new visit by metametrics. * Ensure metametrics is called with an empty string for dimensions params if specified * Adds opt in metametrics modal after unlock for existing users * Adds settings page toggle for opting in and out of MetaMetrics * Switch metametrics dimensions to page level scope * Lint, test and translation fixes for metametrics. * Update design for metametrics opt-in screen * Complete responsive styling of metametrics-opt-in modal * Use new chart image on metrics opt in screens * Incorporate the metametrics opt-in screen into the new onboarding flow * Update e2e tests to accomodate metametrics changes * Mock out metametrics network requests in integration tests * Fix tx-list integration test to support metametrics provider. * Send number of tokens and accounts data with every metametrics event. * Update metametrics event descriptor schema and add new events. * Fix import tos bug and send gas button bug due to metametrics changes. * Various small fixes on the metametrics branch. * Add origin custom variable type to metametrics.util * Fix names of onboarding complete actions (metametrics). * Fix names of Metrics Options actions (metametrics). * Clean up code related to metametrics. * Fix bad merge conflict resolution and improve promise handling in sendMetaMetrics event and confrim tx base * Don't send a second metrics event if user has gone back during first time flow. * Collect metametrics on going back from onboarding create/import. * Add missing custom variable constants for metametrics * Fix metametrics provider * Make height of opt-in modal responsive. * Adjust text content for opt-in modal. * Update metametrics event names and clean up code in opt-in-modal * Put phishing warning step next to last in onboarding flow * Link terms of service on create and import screens of first time flow * Add subtext to options on the onboarding select action screen. * Fix styling of bullet points on end of onboarding screen. * Combine phishing warning and congratulations screens. * Fix placement of users if unlocking after an incomplete onboarding import flow. * Fix capitalization in opt-in screen * Fix last onboarding screen translations * Add link to 'Learn More' on the last screen of onboarding * Code clean up: metametrics branch * Update e2e tests for phishing warning step removal * e2e tests passing on metametrics branch * Different tracking urls for metametrics on development and prod
* Show/Hide Fiat on Testnets based on User Preference (#6153)Chi Kei Chan2019-02-272-2/+12
|
* Use Parity on-chain registry only when is needed (#6052)Esteban Miño2019-01-231-2/+10
| | | | | | * add and use knownMethodData to avoid infura requests * dataMethod to methodData and check empty response
* Improve ux for low gas price set (#5862)Dan J Miller2018-12-111-2/+2
| | | | | | | | | | * Show user warning if they set gas price below safelow minimum, error if 0. * Properly cache basic price estimate data. * Default retry price to recommended price if original price was 0x0 * Use mock fetch in send-new-ui integration tests.
* Group transactions by nonce (#5886)Alexander Tseung2018-12-103-43/+68
|
* Uses more reliable api on main send screen; caches basic api results in modalDan Miller2018-12-042-5/+5
|
* Adds speed up slide-in gas customization sidebarDan Miller2018-12-042-5/+26
|
* Fix rounding issue when sending max tokens (#5695)Alexander Tseung2018-11-201-0/+2
| | | | | | | | | | * Fix rounding issue when sending max tokens * Ensure amount row shows exact amount of max tokens on send screen (#2) * Fix tests * Change stored redux value from BigNumber to hex string. Fix TokenInput default value
* Add Activity Log entry for onchain failures for a transaction. Change ↵Alexander Tseung2018-10-233-28/+3
| | | | scrolling of the transaction list. Remove Transaction Details modal. (#5581)
* Adds toggle for primary currency (#5421)Alexander Tseung2018-10-171-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add txReceipt data to transaction details (#5513)Alexander Tseung2018-10-161-1/+2
|
* Close transaction details modal when clicking speed upAlexander Tseung2018-09-271-2/+2
|
* Fix multiplyCurrencies. Add onClose prop for Modal component. Remove ↵Alexander Tseung2018-09-211-1/+1
| | | | hideModal from modal components.
* Add transition effect to TransactionListItemDetails expanderAlexander Tseung2018-09-202-13/+29
|
* Add TransactionDetails modalAlexander Tseung2018-09-202-2/+32
|
* Switch existing modals from using Notification to Modal. Remove Notification ↵Alexander Tseung2018-09-202-10/+23
| | | | component. Add CancelTransaction modal
* Fix speed up functionalityAlexander Tseung2018-09-151-3/+2
|
* Fix identicon address. Fix styling of New Contract recipient. Fix Activity ↵Alexander Tseung2018-09-132-3/+11
| | | | Log initial ETH value. Add timestamps to Activity Log events
* Add transaction details to TransactionListItem componentAlexander Tseung2018-09-132-36/+44
|
* Show failed tx txMeta.err in tooltipsWhymarrh Whitby2018-09-091-1/+1
|
* Show failed tx RPC error messages in tooltipsWhymarrh Whitby2018-09-091-0/+5
| | | | | | This changeset displays the error messages attached to txMeta for a failed tx in a tooltip on hover in the tx list view. This will only display for txs with the `txMeta.err.rpc.value` property, not all failed txs.
* fix watched tokens images showing in tx listEsteban MIno2018-08-311-0/+3
|
* Fix naming, add eth.getCode check for actions, fix translations for statusesAlexander Tseung2018-08-241-2/+2
|
* Add CurrencyDisplay and TokenCurrencyDisplay componentsAlexander Tseung2018-08-242-47/+46
|
* Fix e2e testsAlexander Tseung2018-08-242-19/+12
|
* Fix integration testsAlexander Tseung2018-08-241-1/+4
|
* Show token amounts in TransactionListItem for token transfersAlexander Tseung2018-08-242-8/+29
|
* Add retry button to TransactionListItemAlexander Tseung2018-08-243-41/+126
|
* Code cleanupAlexander Tseung2018-08-241-6/+1
|
* Use css grid for TransactionListItem for responsive layoutAlexander Tseung2018-08-242-57/+77
|
* Refactor transactions list views. Add redesign componentsAlexander Tseung2018-08-244-0/+182