Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Folder restructure (#6304) | Chi Kei Chan | 2019-03-22 | 13 | -1609/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test | ||||
* | Metametrics fixes (#6238) | Dan J Miller | 2019-03-06 | 1 | -2/+2 |
| | | | | | | | | | | | | * Improve opt-in opt-out event tracking after going 'back' in onboarding. * Fix 'Switched Networks' metrics event. * Fix custom variables ids (can only use ids 1-5) * Fix tracking of function type custom variable for metametrics in confirm-transaction-base * Add missing metametrics events | ||||
* | Metametrics (#6171) | Dan J Miller | 2019-03-05 | 2 | -5/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | I#5956 fix2 dont overwrite existing rpc settings (#6044) | Frankie | 2019-01-30 | 1 | -2/+1 |
| | | | | | | | | | | | | | | * 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 | ||||
* | Disable account dropdown on signing screens (#6024) | Alexander Tseung | 2019-01-17 | 1 | -75/+0 |
| | |||||
* | Add spinner and dropdown arrow to network indicator on custom network loading. | Dan Miller | 2018-12-13 | 1 | -8/+24 |
| | |||||
* | Add support for RPC endpoints with custom chain IDs (#5134) | HackyMiner | 2018-10-26 | 3 | -18/+27 |
| | |||||
* | Fix blockies icons overriding contract map icons. Refactor Identicon ↵ | Alexander Tseung | 2018-10-25 | 1 | -1/+1 |
| | | | | component (#5599) | ||||
* | Fixed lint errors | Santiago Gonzalez Toral | 2018-10-10 | 1 | -11/+11 |
| | |||||
* | Added account options on home screen | Santiago Gonzalez Toral | 2018-10-10 | 1 | -0/+109 |
| | |||||
* | Remove "Copy Contract Address" from token options | Whymarrh Whitby | 2018-10-04 | 1 | -9/+0 |
| | |||||
* | support editable customRPC (#5267) | HackyMiner | 2018-09-29 | 1 | -0/+10 |
| | | | | | | * support editable customRPC #5246 * remove rpcList size restriction | ||||
* | Some Ui tests | tmashuang | 2018-09-25 | 4 | -0/+246 |
| | |||||
* | Adds sidebar component and refactors slide in wallet view sidebar to use it. | Dan Miller | 2018-08-29 | 1 | -1/+1 |
| | |||||
* | updated docs, small improvement of recent RPC rendering | Evgeniy Filatov | 2018-08-23 | 1 | -2/+3 |
| | |||||
* | backported RPC improvements to oldui | Evgeniy Filatov | 2018-08-23 | 1 | -2/+1 |
| | |||||
* | implemented improvements to RPC history | Evgeniy Filatov | 2018-08-23 | 1 | -4/+6 |
| | |||||
* | Update Font in Account Selector | Alexander Tseung | 2018-08-04 | 2 | -4/+0 |
| | |||||
* | Remove send_ directory, revert to just having send | Dan | 2018-07-16 | 1 | -1/+1 |
| | | | | | | Revert accidentally changed constants. Require defaults in ens-input, gas-fee-display and confirm screens. | ||||
* | Refactor and redesign confirm transaction views | Alexander Tseung | 2018-07-07 | 1 | -0/+3 |
| | |||||
* | eslint --fix . | brunobar79 | 2018-07-03 | 1 | -3/+3 |
| | |||||
* | View address of an added token (#4591) | Csaba S | 2018-06-19 | 1 | -17/+36 |
| | | | | | | * adding menu actions for tokens * apply common style | ||||
* | Delete dead send code. | Dan | 2018-05-01 | 1 | -1/+1 |
| | |||||
* | Fix custom RPC not redirecting to Settings page | Alexander Tseung | 2018-04-19 | 1 | -6/+8 |
| | |||||
* | Show checksummed addresses throughout the UI | bitpshr | 2018-04-18 | 1 | -3/+2 |
| | |||||
* | network - use providerType for localhost | kumavis | 2018-03-31 | 1 | -4/+4 |
| | |||||
* | Removes t from props via metamask-connect and instead places it on context ↵ | Dan | 2018-03-29 | 3 | -26/+43 |
| | | | | via a provider. | ||||
* | Lint fixes | Dan | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | i18n redux solution doesn't require importing t() and passing state to each ↵ | Dan | 2018-03-22 | 3 | -26/+23 |
| | | | | t() call; t is just available on props. | ||||
* | Lint fixes. | Dan | 2018-03-20 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-20 | 3 | -64/+0 |
|\ | |||||
| * | Remove unused files from ui folder. (#3577) | anticlimactic | 2018-03-19 | 3 | -64/+0 |
| | | | | | | | | | | | | * Removed unused UI files. Fixes #3434. * Reverted the deletion of "feature-toggle-utils.js". Reverted the deletion of the test files and modified the paths so they referred to the old-ui. | ||||
* | | Handle i18n with redux. | Dan | 2018-03-16 | 3 | -29/+29 |
| | | |||||
* | | i18n - load locales manually | kumavis | 2018-03-15 | 3 | -3/+6 |
|/ | |||||
* | Merge branch 'master' into i18n | Thomas Huang | 2018-03-12 | 1 | -4/+4 |
|\ | |||||
| * | Update network colours for better accessibility. (#3469) | Dan J Miller | 2018-03-08 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into i18n | Dan Finlay | 2018-03-07 | 1 | -16/+0 |
|\| | |||||
| * | Merge branch 'master' into ImportAccountMessageV2 | Thomas Huang | 2018-03-03 | 2 | -14/+28 |
| |\ | |||||
| * | | Remove committed out merge code | Thomas | 2018-02-28 | 1 | -16/+0 |
| | | | |||||
| * | | Change Loose label to Imported | Thomas | 2018-02-28 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into i18n | Dan | 2018-03-07 | 4 | -17/+31 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix network menu for custom URLs (#3366) | Alexander Tseung | 2018-03-02 | 1 | -13/+27 |
| | | | |||||
| * | | Define event locally in onClickOutside method in account-dropdowns.js | Dan | 2018-03-01 | 1 | -1/+1 |
| |/ | |||||
| * | Remove accessing PropTypes from main React package | Alexander Tseung | 2018-02-07 | 3 | -3/+3 |
| | | |||||
* | | complete i18n across new UI | Nick Doiron | 2018-01-30 | 1 | -4/+4 |
| | | |||||
* | | separate out cross-browser i18n for extensions | Nick Doiron | 2018-01-25 | 3 | -0/+3 |
| | | |||||
* | | better organization of locale file; i18n in more view files | Nick Doiron | 2018-01-24 | 1 | -1/+1 |
| | | |||||
* | | first steps to i18n | Nick Doiron | 2018-01-23 | 3 | -24/+23 |
|/ | |||||
* | New add account page with create and import options. | Dan | 2018-01-13 | 1 | -6/+4 |
| | |||||
* | Update font weights to 300, remove animation from network dropdown, fix ↵ | Alexander Tseung | 2017-12-02 | 1 | -11/+16 |
| | | | | network dropdown not closing from certain click-areas | ||||
* | Network loading does not block network loading. | Dan | 2017-11-10 | 2 | -2/+3 |
| | |||||
* | More lint fixes | Dan | 2017-11-02 | 2 | -8/+8 |
| | |||||
* | Lint fixes for NewUI-flat. | Dan | 2017-11-02 | 6 | -6/+20 |
| | |||||
* | Signature Request | Dan | 2017-10-26 | 1 | -0/+78 |
| | |||||
* | Merge branch 'master' into NewUI-flat | Chi Kei Chan | 2017-10-25 | 1 | -0/+4 |
| | |||||
* | Update settings screen to new UI | Alexander Tseung | 2017-10-23 | 1 | -0/+91 |
| | |||||
* | Fix network dropdown styles | Chi Kei Chan | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Network dropdown update | Chi Kei Chan | 2017-10-18 | 1 | -1/+2 |
| | |||||
* | New Account modal | Chi Kei Chan | 2017-10-18 | 1 | -2/+2 |
| | |||||
* | wip | Chi Kei Chan | 2017-10-18 | 1 | -1/+8 |
| | |||||
* | Fix Import Account link not hiding sidebar | Alexander Tseung | 2017-10-16 | 1 | -2/+7 |
| | |||||
* | Fix Localhost 8545 option in network dropdown (#2357) | Alexander Tseung | 2017-10-14 | 1 | -1/+1 |
| | |||||
* | Adding Account Dropdown V2 | Chi Kei Chan | 2017-10-13 | 1 | -0/+44 |
| | |||||
* | Various styling fixes | Chi Kei Chan | 2017-10-13 | 1 | -1/+1 |
| | |||||
* | Enables remove token and ensures add/remove update the list without need for ↵ | Dan | 2017-10-04 | 1 | -0/+1 |
| | | | | refresh. | ||||
* | Hide token confirmation modal ui | Dan | 2017-10-03 | 1 | -3/+15 |
| | |||||
* | Token menu ui. | Dan | 2017-10-02 | 1 | -0/+38 |
| | |||||
* | Close mobile sidebar when selecting 'Add token' from account options dropdown. | Dan | 2017-09-29 | 1 | -0/+2 |
| | |||||
* | Use font-awesome icons for create and import account. | Dan | 2017-09-28 | 1 | -9/+5 |
| | |||||
* | Makes styling fixes to account dropdown. | Dan | 2017-09-28 | 1 | -7/+10 |
| | |||||
* | Exports private key modal opens from dropdown. | Dan | 2017-09-24 | 1 | -4/+4 |
| | |||||
* | Fix Merge Problems; update yarn lock | Chi Kei Chan | 2017-09-19 | 1 | -1/+7 |
| | |||||
* | Merge branch 'master' into nm | Chi Kei Chan | 2017-09-19 | 1 | -2/+35 |
| | |||||
* | Ensures that new accounts are only created from the modal, and not when ↵ | Dan | 2017-09-16 | 1 | -4/+1 |
| | | | | clicking 'Create New Account' | ||||
* | Cleaner css for circle icon. | Dan | 2017-09-12 | 2 | -17/+9 |
| | |||||
* | Replace checkmark with font-awesome equivalent. | Dan | 2017-09-12 | 1 | -6/+6 |
| | |||||
* | Adds title, divider and descriptive text to network dropdown. | Dan | 2017-09-12 | 1 | -0/+11 |
| | |||||
* | Highlighted circle icons for the network menu. | Dan | 2017-09-12 | 2 | -6/+61 |
| | |||||
* | Style send token screen | Chi Kei Chan | 2017-09-11 | 2 | -8/+9 |
| | |||||
* | Fix header style; Address comments | Chi Kei Chan | 2017-09-05 | 4 | -38/+34 |
| | |||||
* | Fix merge conflict | Chi Kei Chan | 2017-09-05 | 1 | -6/+0 |
| | |||||
* | Fix menu style | Jacky Chan | 2017-09-05 | 3 | -37/+86 |
| | |||||
* | Lint fixes | Dan | 2017-08-31 | 5 | -22/+23 |
| | |||||
* | Hook up showAddToken to dropdown menu item in account options dropdown | sdtsui | 2017-08-23 | 1 | -1/+4 |
| | |||||
* | Hook up actions to EditAccountNameModal | sdtsui | 2017-08-21 | 1 | -2/+8 |
| | |||||
* | Implement new dropdown design, integrate account balances | sdtsui | 2017-08-21 | 1 | -24/+60 |
| | |||||
* | Hook up edit account name modal | sdtsui | 2017-08-21 | 1 | -26/+42 |
| | |||||
* | Remove old design - 'Show QR Code' dropdown menu item from account selection ↵ | sdtsui | 2017-08-21 | 1 | -16/+0 |
| | | | | dropdown | ||||
* | Hook up template for New Account Modal | sdtsui | 2017-08-21 | 1 | -1/+11 |
| | |||||
* | Enhance global modal to handle Buy, Edit, and Details Modals | sdtsui | 2017-08-21 | 1 | -1/+4 |
| | |||||
* | Add 'Account Details' dropdown menu item to account options dropdown | sdtsui | 2017-08-21 | 1 | -0/+14 |
| | |||||
* | Add 'Add Token' dropdown menu item to account options dropdown | sdtsui | 2017-08-21 | 1 | -0/+15 |
| | |||||
* | Merge remote-tracking branch 'mm/master' into NewUI-flat | sdtsui | 2017-08-14 | 1 | -1/+10 |
| | |||||
* | Lint and cleanup all scss | sdtsui | 2017-08-14 | 1 | -2/+2 |
| | |||||
* | Center account selection dropdown and specify useCssTransition prop | sdtsui | 2017-08-14 | 1 | -5/+6 |
| | |||||
* | Reconfigure AccoutSelector dropdown to use new fa-caret-down instead of old icon | sdtsui | 2017-08-14 | 1 | -1/+3 |
| | |||||
* | Extract dropdown component into components/dropdowns, hook up to app | sdtsui | 2017-08-14 | 5 | -8/+479 |
| | |||||
* | Remove unused code - network dropdown components in app | sdtsui | 2017-08-14 | 1 | -10/+2 |
| | |||||
* | [WIP] Extract network dropdown into own component | sdtsui | 2017-08-14 | 2 | -28/+45 |
| | |||||
* | [WIP] Extract network dropdown out of main app render function | sdtsui | 2017-08-14 | 2 | -0/+275 |