Shell updates (bonds, updated Dapps) (#6897)

* Remove stage-0

* Re-add stage-0 for `export default from './xyz';`

* Add background loading image

* Add window.isParity for parity-specific actions

* inject bonds (temporary)

* Remove loading text overlay

* Remove background around logo

* Remove debug log

* Fix account selection (correct component used)

* Update with changed dapp dependencies

* Add oo7 to list of babel node_module targets

* injectObjects -> onDappLoad
This commit is contained in:
Jaco Greeff
2017-10-25 16:54:41 +02:00
committed by GitHub
parent 542cee9ace
commit f282823e78
12 changed files with 1438 additions and 778 deletions

View File

@@ -45,6 +45,7 @@ function initProvider () {
});
window.ethereum = ethereum;
window.isParity = true;
return ethereum;
}