aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/account-menu
Commit message (Collapse)AuthorAgeFilesLines
* Metametrics (#6171)Dan J Miller2019-03-051-2/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add scrolling button to account listAlexander Tseung2019-01-044-249/+541
|
* Save recent network balances in local storage (#5843)Dan J Miller2018-12-011-1/+2
| | | | | | | | | | | | * Use selector for state.metamask.accounts in all cases. * Default to cached balance when selecting metamask accounts * Adds the cached-balances controller * Documentation and small codes fixes for #5843 Co-Authored-By: danjm <danjm.com@gmail.com>
* Fix blockies icons overriding contract map icons. Refactor Identicon ↵Alexander Tseung2018-10-251-1/+1
| | | | component (#5599)
* Adds toggle for primary currency (#5421)Alexander Tseung2018-10-171-4/+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
* rename keyringbrunobar792018-08-111-0/+1
|
* design donebrunobar792018-07-191-1/+1
|
* catching up with developbrunobar792018-07-131-7/+7
|
* added tooltipbrunobar792018-07-121-1/+12
|
* clean upbrunobar792018-07-111-3/+3
|
* account removal is workingbrunobar792018-07-111-10/+10
|
* finish warning modal UIbrunobar792018-07-111-0/+5
|
* added ui to remove accountsbrunobar792018-07-101-4/+30
|
* always open connect hardware in full screen modebrunobar792018-07-031-1/+9
|
* initial trezor supportBruno2018-06-101-0/+9
|
* Render the accounts in keyring orderWhymarrh Whitby2018-06-061-3/+4
|
* Fix merge conflictsAlexander Tseung2018-03-311-8/+13
|\
| * Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-8/+14
| | | | | | | | via a provider.
* | Fix i18n merge conflictsAlexander Tseung2018-03-301-9/+8
|\|
| * i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-8/+7
| | | | | | | | t() call; t is just available on props.
| * Handle i18n with redux.Dan2018-03-161-9/+9
| |
| * i18n - load locales manuallykumavis2018-03-151-1/+1
| |
* | Fix merge conflictsAlexander Tseung2018-03-271-8/+9
|\|
| * Correct merge conflict resolution errors.Dan2018-03-071-7/+0
| |
| * Merge branch 'master' into i18nDan2018-03-071-2/+9
| |\
| * | complete i18n across new UINick Doiron2018-01-301-1/+1
| | |
| * | separate out cross-browser i18n for extensionsNick Doiron2018-01-251-0/+1
| | |
| * | first steps to i18nNick Doiron2018-01-231-7/+7
| | |
* | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension ↵Alexander Tseung2018-02-091-4/+4
|\ \ \ | | |/ | |/| | | | into cb-254
| * | Make blockies icon round to match identicons (#3205)Alexander Tseung2018-02-081-4/+4
| |/
* | Fix lint errorsAlexander Tseung2018-02-021-6/+0
| |
* | Add create new account routes, fix conflicts from uat updatesAlexander Tseung2018-02-011-3/+15
| |
* | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254Alexander Tseung2018-01-301-9/+19
|\|
| * New add account page with create and import options.Dan2018-01-131-11/+5
| |
| * Fix logging out of old UI causing infinite spinner (#2914)Alexander Tseung2018-01-121-1/+1
| |
| * Hides the sidebar after the an account menu actions changes the screen ↵Dan2017-12-211-0/+6
| | | | | | | | behind the sidebar.
* | Add routes for mascaraAlexander Tseung2017-12-151-17/+5
| |
* | Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-151-5/+20
|/
* Clear import error state on logout.Dan2017-10-271-0/+1
|
* Add Info sectionAlexander Tseung2017-10-261-0/+6
|
* Fix clickable area on logoutChi Kei Chan2017-10-241-2/+3
|
* Account menu white check markChi Kei Chan2017-10-241-3/+3
|
* New Sidebar upliftChi Kei Chan2017-10-241-1/+0
|
* Change LOOSE label to IMPORTEDChi Kei Chan2017-10-241-1/+1
|
* Fix selectorsChi Kei Chan2017-10-201-3/+2
|
* New Account modalChi Kei Chan2017-10-181-51/+49
|
* wipChi Kei Chan2017-10-181-5/+105
|
* Adding Account Dropdown V2Chi Kei Chan2017-10-131-0/+56