-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add listener to close modal with escape key * Revert "Add listener to close modal with escape key" This reverts commit af66cd4. * Add listener for escape key to close modal (#287) * Fix/missing return (#294) * Add missing return after mobileBlocked event and remove redundant resolve * Make returns consistent, add check for null result so that calback isn't called twice * Add missing messages parameter (#290) * Add custom timeout for txStall event (#288) * Add custom tiemout for txStall event * updated text for txStall * Automatic contract type detection on a contract-by-contract basis (#291) * Automatic detection of truffle contracts * Remove redundant object property * update to version 0.8.10 * Update initialization test (#297) * Make sure keypress listener is removed when modal is closed via click (#299) * Make sure keypress listener is removed when modal is closed via click * Change reassignment to null instead of undefined * Enhancement/remove metamask language images (#300) * Add provider checks and remove Metmask language and images when not the provider, update styles to work with no image * update snapshots with new styles and dom structure * text tweaks * update snapshot * capitalization * Attach listener to iframe window instead * add check for focus method * Update test suite
- Loading branch information
Showing
16 changed files
with
468 additions
and
371 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
448 changes: 234 additions & 214 deletions
448
src/__integration-tests__/ui-rendering/__snapshots__/index.test.js.snap
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.