aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/dropdowns/network-dropdown.js
Commit message (Collapse)AuthorAgeFilesLines
* 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