<button class='btn btn-primary btn-sm' id='jumpnextbreakpoint' title='Jump to the next breakpoint' class='${css.navigator}${css.jumpButton} fa fa-step-forward' onclick=${function(){self.event.trigger('jumpNextBreakpoint')}} disabled=${this.jumpNextBreakpointDisabled} ></button>
<button class='btn btn-primary btn-sm' id='jumpnextbreakpoint' title='Jump to the next breakpoint' class='${css.navigator}${css.jumpButton} fas fa-step-forward' onclick=${function(){self.event.trigger('jumpNextBreakpoint')}} disabled=${this.jumpNextBreakpointDisabled} ></button>
</div>
</div>
<div id='reverted' style="display:none">
<div id='reverted' style="display:none">
<button class='btn btn-danger btn-sm' id='jumptoexception' title='Jump to exception' class='${css.navigator}${css.button} fa fa-exclamation-triangle' onclick=${function(){self.event.trigger('jumpToException')}} disabled=${this.jumpOutDisabled} >
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i> Do not ask for confirmation again. (the setting will not be persisted for the next page reload)
<i class="fas fa-exclamation-triangle" aria-hidden="true"></i> Do not ask for confirmation again. (the setting will not be persisted for the next page reload)
<div class=${css.dialogParagraph}>Connection will start a session between <em>${window.location.href}</em> and your local file system <i>ws://127.0.0.1:65520</i>
<div class=${css.dialogParagraph}>Connection will start a session between <em>${window.location.href}</em> and your local file system <i>ws://127.0.0.1:65520</i>
so please make sure your system is secured enough (port 65520 neither opened nor forwarded).
so please make sure your system is secured enough (port 65520 neither opened nor forwarded).
<i class="fa fa-link"></i> will show you current connection status.
<i class="fas fa-link"></i> will show you current connection status.
</div>
</div>
<div class=${css.dialogParagraph}>This feature is still in Alpha, so we recommend you to keep a copy of the shared folder.</div>
<div class=${css.dialogParagraph}>This feature is still in Alpha, so we recommend you to keep a copy of the shared folder.</div>
this.compFails=yo`<i title="No contract compiled yet or compilation failed. Please check the compile tab for more information." class="fa fa-times-circle ${css.errorIcon}" ></i>`
this.compFails=yo`<i title="No contract compiled yet or compilation failed. Please check the compile tab for more information." class="fas fa-times-circle ${css.errorIcon}" ></i>`
varinfo=yo`<i class="fa fa-info ${css.infoDeployAction}" aria-hidden="true" title="*.sol files allows deploying and accessing contracts. *.abi files only allows accessing contracts."></i>`
varinfo=yo`<i class="fas fa-info ${css.infoDeployAction}" aria-hidden="true" title="*.sol files allows deploying and accessing contracts. *.abi files only allows accessing contracts."></i>`
this.atAddressButtonInput=yo`<input class="${css.input}${css.ataddressinput} ataddressinput form-control" placeholder="Load contract from Address" title="atAddress" />`
this.atAddressButtonInput=yo`<input class="${css.input}${css.ataddressinput} ataddressinput form-control" placeholder="Load contract from Address" title="atAddress" />`
<i class="fa fa-pencil-square-o ${css.icon}" aria-hiden="true" onclick=${this.signMessage.bind(this)} title="Sign a message using this account key"></i>
<i class="fas fa-pencil-square-o ${css.icon}" aria-hiden="true" onclick=${this.signMessage.bind(this)} title="Sign a message using this account key"></i>
</div>
</div>
</div>
</div>
`
`
...
@@ -231,7 +231,7 @@ class SettingsUI {
...
@@ -231,7 +231,7 @@ class SettingsUI {
this.netUI.innerHTML='can\'t detect network '
this.netUI.innerHTML='can\'t detect network '
return
return
}
}
this.netUI.innerHTML=`<i class="${css.networkItem} fa fa-plug" aria-hidden="true"></i> ${name} (${id||'-'})`