aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/settings
Commit message (Collapse)AuthorAgeFilesLines
* Enable mobile sync (#6332)Bruno Barbieri2019-03-222-8/+1
| | | | | | | | * enable mobile sync * remove mobile sync as a preference * Fix typo
* Wrap in spanThomas Huang2019-03-061-1/+1
|
* Metametrics (#6171)Dan J Miller2019-03-052-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1/+38
|
* Feature Flag + Mobile Sync (#5955)Dan Finlay2019-02-262-1/+39
|
* Add togglable advanced gas controls on send and confirm screens (#6112)Dan J Miller2019-02-062-0/+32
| | | | | | | | | | | | | | | | | | | | * Extract advanced gas input controls to their own component * Add advanced inline gas toggle to settings * Add optional advanced inline gas to send send screen * Adds optional advanced gas inputs to the confirm screen * Add info modals for advanced gas inputs. * Fix translation of advance gas toggle description. * Lint and unit test fixes for inline-advanced-gas-inputs * Increase margin above advanced options button on send screen * Move methods from constructor to property syntax in advanced-gas-inputs.component
* Remove "Use old UI" settingWhymarrh Whitby2019-02-052-37/+1
|
* I#5956 fix2 dont overwrite existing rpc settings (#6044)Frankie2019-01-302-3/+2
| | | | | | | | | | | | | | * mm-controller - dont overwrite existing rpc settings * ui-networkDropdown - dont pass old network as chainId * add methods preferencesController.updateRpc and metamaskController.updateAndSetCustomRpc * use updateAndSetCustomRpc in settings to allow rpcs to be updated * use new rpc as nickname if no nick name has been supplied * fix update rpc method
* I#5956 fix 1 (#6026)Frankie2019-01-181-0/+3
| | | | | * prevent invalid chainId's when adding cusstom rpcs * migration 30 removes invalid chaids from preferences and networkController for custom rpcs
* Fix grammar error in Current Conversion (#6029)Alexander Tseung2019-01-171-1/+1
|
* EIP-1102: add user privacy optionbitpshr2018-11-062-36/+37
|
* EIP-1102: Add option to force-enable providerbitpshr2018-11-062-0/+33
|
* EIP-1102: updated implementationbitpshr2018-11-062-0/+33
|
* Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-263-38/+110
|
* Adds toggle for primary currency (#5421)Alexander Tseung2018-10-173-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* support editable customRPC (#5267)HackyMiner2018-09-291-0/+1
| | | | | | * support editable customRPC #5246 * remove rpcList size restriction
* Fix translation casingAlexander Tseung2018-09-211-4/+0
|
* Add Current Conversion Updated string to translationsAlexander Tseung2018-09-201-1/+1
|
* Refactor settings page to use JSX and follow component file folder structureAlexander Tseung2018-09-2012-592/+802
|
* Add raised type buttons to Button component. Refactor all buttons within app ↵Alexander Tseung2018-09-131-4/+18
| | | | to Button components
* Adds feature flag toggle for the hex data row on the send screen.Dan Miller2018-08-271-0/+29
|
* i18n - ja improvements03-262018-06-071-2/+7
|
* Change btn-secondary styles to btn-default. Make btn-secondary red warning ↵Alexander Tseung2018-06-011-4/+4
| | | | style buttons
* lint - cleanup some unused variableskumavis2018-05-031-1/+0
|
* network - remove setNetworkEndpointskumavis2018-05-011-1/+0
|
* Clean up network configAlexander Tseung2018-04-241-1/+1
|
* Show correct MetaMask version number in the Info pageAlexander Tseung2018-04-191-1/+9
|
* Fix merge conflictsAlexander Tseung2018-03-312-39/+47
|
* Fix i18n merge conflictsAlexander Tseung2018-03-302-40/+84
|
* Fix merge conflicts. Refactor onboarding flow.Alexander Tseung2018-03-292-9/+28
|
* Fix merge conflictsAlexander Tseung2018-03-271-28/+40
|
* Add create new account routes, fix conflicts from uat updatesAlexander Tseung2018-02-013-4/+3
|
* Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254Alexander Tseung2018-01-301-4/+10
|
* Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-153-0/+450