forked from MyNicZ/MEWconnect-web-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/qrcode in modal (MyEtherWallet#25)
* replace popup window with a modal v2.1.9-beta.1 * publish 2.1.9-beta.1 * pre-publish 2.1.9 * publish 2.1.9 * pre-publish 2.1.10.beta.1, fix modals show/hide * commit pre-publish 2.1.10 * commit pre-publish 2.1.11 * forgot to change the version to 2.1.11 in package.json
- Loading branch information
1 parent
c03f027
commit 00a4879
Showing
11 changed files
with
750 additions
and
123 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,5 @@ export function postMessageToParent(message, origin = '*') { | |
window.parent.postMessage(message, origin); | ||
} | ||
} | ||
|
||
|
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
2 changes: 1 addition & 1 deletion
2
src/connectProvider/web3Provider/networks/tokens/tokens-eth.json
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.