pull/1/head
LianaHus 6 years ago
parent 761f05e1a3
commit 6fd8c35cae
  1. 1
      src/app.js
  2. 14
      src/app/components/vertical-icons-component.js

@ -439,7 +439,6 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
...appManager.plugins() ...appManager.plugins()
]) ])
framingService.start(appStore, swapPanelApi, verticalIconsApi, mainPanelApi, this._components.resizeFeature) framingService.start(appStore, swapPanelApi, verticalIconsApi, mainPanelApi, this._components.resizeFeature)
// The event listener needs to be registered as early as possible, because the // The event listener needs to be registered as early as possible, because the

@ -218,9 +218,9 @@ class VerticalIconComponent {
render () { render () {
let home = yo` let home = yo`
<div <div
class="${css.icon}" class="${css.homeIcon}"
onclick="${(e) => { onclick="${(e) => {
this._iconClick(name) this._iconClick(this.homeProfile.name)
globalRegistry.get('appManager').api.ensureActivated('home') globalRegistry.get('appManager').api.ensureActivated('home')
}}" }}"
plugin="${this.homeProfile.name}" title="${this.homeProfile.displayName}" plugin="${this.homeProfile.name}" title="${this.homeProfile.displayName}"
@ -273,27 +273,27 @@ class VerticalIconComponent {
<g> <g>
<g opacity="0.45"> <g opacity="0.45">
<g> <g>
<polygon fill="#010101" points="150.734,196.212 255.969,344.508 255.969,258.387 "/> <polygon fill="#010101" points="150.734,196.212 255.969,344.508 255.969,258.387"/>
</g> </g>
</g> </g>
<g opacity="0.8"> <g opacity="0.8">
<g> <g>
<polygon fill="#010101" points="255.969,258.387 255.969,344.508 361.267,196.212 "/> <polygon fill="#010101" points="255.969,258.387 255.969,344.508 361.267,196.212"/>
</g> </g>
</g> </g>
<g opacity="0.6"> <g opacity="0.6">
<g> <g>
<polygon fill="#010101" points="255.969,126.781 150.733,174.611 255.969,236.818 361.204,174.611 "/> <polygon fill="#010101" points="255.969,126.781 150.733,174.611 255.969,236.818 361.204,174.611"/>
</g> </g>
</g> </g>
<g opacity="0.45"> <g opacity="0.45">
<g> <g>
<polygon fill="#010101" points="150.734,174.612 255.969,236.818 255.969,126.782 255.969,0.001 "/> <polygon fill="#010101" points="150.734,174.612 255.969,236.818 255.969,126.782 255.969,0.001"/>
</g> </g>
</g> </g>
<g opacity="0.8"> <g opacity="0.8">
<g> <g>
<polygon fill="#010101" points="255.969,0 255.969,126.781 255.969,236.818 361.204,174.611 "/> <polygon fill="#010101" points="255.969,0 255.969,126.781 255.969,236.818 361.204,174.611"/>
</g> </g>
</g> </g>
</g> </g>

Loading…
Cancel
Save