A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mark Stacey
f381f41cb2
Fix network dropdown button ( #10312 )
...
This fixes a bug where the network menu would remain present after a
second click on the network menu button. The bug was caused by the
click being handled _twice_, by two separate handlers. First it was
caught by the external click handler of the dropdown menu, which closed
the menu. Second, it was caught by the network button itself, which re-
opened the menu. This all happens quickly enough that to the user it
appears to stay open.
The external click handler of the menu now only fires if the menu is
open. Additionally, any click that is caught by the network menu is
stopped from propagating further, so that it can't trigger additional
click handlers.
4 years ago
..
fixtures
Add metrics e2e test ( #9784 )
4 years ago
mock-3box
[RFC] add prettier to eslint ( #8595 )
4 years ago
send-eth-with-private-key-test
I5849 incremental account security ( #6874 )
5 years ago
tests
Move initial e2e navitation into individual tests ( #9979 )
4 years ago
webdriver
Use `.zip` for Firefox e2e tests ( #10056 )
4 years ago
address-book.spec.js
Move initial e2e navitation into individual tests ( #9979 )
4 years ago
benchmark.js
Move initial e2e navitation into individual tests ( #9979 )
4 years ago
ethereum-on.spec.js
Refactor NetworkDisplay, ConnectedStatusIndicator, etc to use ColorIndicator ( #10214 )
4 years ago
fixture-server.js
[RFC] add prettier to eslint ( #8595 )
4 years ago
from-import-ui.spec.js
Refactor NetworkDisplay, ConnectedStatusIndicator, etc to use ColorIndicator ( #10214 )
4 years ago
ganache.js
[RFC] add prettier to eslint ( #8595 )
4 years ago
helpers.js
Fix intermittent metrics e2e test failure ( #9980 )
4 years ago
incremental-security.spec.js
Move initial e2e navitation into individual tests ( #9979 )
4 years ago
metamask-responsive-ui.spec.js
Refactor NetworkDisplay, ConnectedStatusIndicator, etc to use ColorIndicator ( #10214 )
4 years ago
metamask-ui.spec.js
Fix network dropdown button ( #10312 )
4 years ago
metrics.spec.js
Add timeout to `wait-until-called` ( #9996 )
4 years ago
permissions.spec.js
Move initial e2e navitation into individual tests ( #9979 )
4 years ago
run-all.sh
Retry e2e tests 3 times ( #9070 )
4 years ago
send-edit.spec.js
Move initial e2e navitation into individual tests ( #9979 )
4 years ago
signature-request.spec.js
Move initial e2e navitation into individual tests ( #9979 )
4 years ago
threebox.spec.js
Move initial e2e navitation into individual tests ( #9979 )
4 years ago