aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/selectors
Commit message (Collapse)AuthorAgeFilesLines
* Metametrics (#6171)Dan J Miller2019-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-22/+363
|
* Change gas labels to Slow/Average/Fast (#6090)Chi Kei Chan2019-02-062-60/+60
| | | | | | * Change gas labels to Slow/Average/Fast * Fix unit test
* Order shapeshift transactions by time within the transactions listAlexander Tseung2019-01-251-12/+32
|
* Ensures that advanced tab gas limit reflects tx gas limitDan Miller2018-12-122-7/+3
|
* Improve ux for low gas price set (#5862)Dan J Miller2018-12-111-0/+36
| | | | | | | | | | * 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-101-12/+220
|
* Final gas customization fixesDan Miller2018-12-042-41/+32
|
* Add loading spinners when waiting for APIs in the gas customization modalDan Miller2018-12-041-0/+5
|
* Uses more reliable api on main send screen; caches basic api results in modalDan Miller2018-12-042-83/+105
|
* Redesign of gas customization basic tab.Dan Miller2018-12-042-0/+9
|
* Improve data management and tests for gas-modal-page-container price estimates.Dan Miller2018-12-042-5/+52
|
* Complete integration of gas chart with redux.Dan Miller2018-12-041-0/+1
|
* Test updates and additions for button integration with send screen.Dan Miller2018-12-042-6/+99
|
* Integrate gas buttons with the send screen.Dan Miller2018-12-041-4/+53
|
* Connects remained of the gas customization component to redux.Dan Miller2018-12-041-22/+21
|
* Connect the gas-button-group component to redux and a live api.Dan Miller2018-12-042-7/+319
|
* Adds the content of the advanced tab - w/o chart or dynamic content - to gas ↵Dan Miller2018-12-041-0/+19
| | | | customize modal.
* Fix rounding issue when sending max tokens (#5695)Alexander Tseung2018-11-201-4/+5
| | | | | | | | | | * 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 support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-261-0/+1
|
* Merge pull request #5428 from alextsg/i5372-queue-orderDan Finlay2018-10-061-1/+1
|\ | | | | Reverse pending transactions order
| * Reverse pending transactions orderAlexander Tseung2018-10-051-1/+1
| |
* | Translate method names in the transaction list only when applicableAlexander Tseung2018-10-051-1/+6
|/
* Fix integration testsAlexander Tseung2018-08-241-0/+7
|
* Show token amounts in TransactionListItem for token transfersAlexander Tseung2018-08-242-1/+13
|
* Refactor transactions list views. Add redesign componentsAlexander Tseung2018-08-241-0/+50
|
* remove console logsbrunobar792018-08-151-1/+1
|
* Use token decimals when calculating confirm screen amount for token approvals.Dan Miller2018-08-081-2/+8
|
* Round large exponential numbersAlexander Tseung2018-07-281-4/+9
|
* Add close window support to signature requests. Move logic to actionsAlexander Tseung2018-07-241-1/+28
|
* Use Number constructor for number conversion. Use existing ↵Alexander Tseung2018-07-181-3/+3
| | | | noConversionRateAvailable message
* Add fallback when no function found, fix network colors, add fiat values for ↵Alexander Tseung2018-07-181-0/+99
| | | | tokens with contract exchange rates
* Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-071-0/+65