|
|
|
@ -14,10 +14,7 @@ var publishOnSwarm = require('../contract/publishOnSwarm') |
|
|
|
|
var styles = styleGuide.chooser() |
|
|
|
|
|
|
|
|
|
var x = { |
|
|
|
|
compileTab: compileTab |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function compileTab (appAPI = {}, appEvents = {}, opts = {}) { |
|
|
|
|
compileTab: function compileTab (appAPI = {}, appEvents = {}, opts = {}) { |
|
|
|
|
// Containers
|
|
|
|
|
var warnCompilationSlow = yo`<i title="Copy Address" style="display:none" class="${css.warnCompilationSlow} fa fa-exclamation-triangle" aria-hidden="true"></i>` |
|
|
|
|
var compileIcon = yo`<i class="fa fa-refresh ${css.icon}" aria-hidden="true"></i>` |
|
|
|
@ -302,6 +299,7 @@ function compileTab (appAPI = {}, appEvents = {}, opts = {}) { |
|
|
|
|
} |
|
|
|
|
return { render () { return el } } |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function detailsHelpSection () { |
|
|
|
|
return { |
|
|
|
|