aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/dropdowns/network-dropdown.js
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-221-378/+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 Miller2019-03-061-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 Miller2019-03-051-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)Frankie2019-01-301-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
* Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-261-14/+21
|
* support editable customRPC (#5267)HackyMiner2018-09-291-0/+10
| | | | | | * support editable customRPC #5246 * remove rpcList size restriction
* updated docs, small improvement of recent RPC renderingEvgeniy Filatov2018-08-231-2/+3
|
* backported RPC improvements to olduiEvgeniy Filatov2018-08-231-2/+1
|
* implemented improvements to RPC historyEvgeniy Filatov2018-08-231-4/+6
|
* Update Font in Account SelectorAlexander Tseung2018-08-041-3/+0
|
* Fix custom RPC not redirecting to Settings pageAlexander Tseung2018-04-191-6/+8
|
* network - use providerType for localhostkumavis2018-03-311-4/+4
|
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-14/+20
| | | | via a provider.
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-14/+13
| | | | t() call; t is just available on props.
* Handle i18n with redux.Dan2018-03-161-15/+15
|
* i18n - load locales manuallykumavis2018-03-151-1/+2
|
* Merge branch 'master' into i18nThomas Huang2018-03-121-4/+4
|\
| * Update network colours for better accessibility. (#3469)Dan J Miller2018-03-081-4/+4
| |
* | Merge branch 'master' into i18nDan2018-03-071-13/+27
|\|
| * Fix network menu for custom URLs (#3366)Alexander Tseung2018-03-021-13/+27
| |
* | separate out cross-browser i18n for extensionsNick Doiron2018-01-251-0/+1
| |
* | first steps to i18nNick Doiron2018-01-231-13/+13
|/
* Update font weights to 300, remove animation from network dropdown, fix ↵Alexander Tseung2017-12-021-11/+16
| | | | network dropdown not closing from certain click-areas
* Network loading does not block network loading.Dan2017-11-101-1/+2
|
* Fix network dropdown stylesChi Kei Chan2017-10-201-1/+1
|
* Network dropdown updateChi Kei Chan2017-10-181-1/+2
|
* Fix Localhost 8545 option in network dropdown (#2357)Alexander Tseung2017-10-141-1/+1
|
* Various styling fixesChi Kei Chan2017-10-131-1/+1
|
* Cleaner css for circle icon.Dan2017-09-121-4/+0
|
* Replace checkmark with font-awesome equivalent.Dan2017-09-121-6/+6
|
* Adds title, divider and descriptive text to network dropdown.Dan2017-09-121-0/+11
|
* Highlighted circle icons for the network menu.Dan2017-09-121-6/+29
|
* Fix header style; Address commentsChi Kei Chan2017-09-051-14/+14
|
* Fix merge conflictChi Kei Chan2017-09-051-6/+0
|
* Fix menu styleJacky Chan2017-09-051-30/+53
|
* Lint fixesDan2017-08-311-4/+4
|
* Lint and cleanup all scsssdtsui2017-08-141-2/+2
|
* Remove unused code - network dropdown components in appsdtsui2017-08-141-10/+2
|
* [WIP] Extract network dropdown into own componentsdtsui2017-08-141-0/+276