Commit 9b234baa authored by LianaHus's avatar LianaHus

fixed conflict

parent 9d552b12
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -66,7 +66,7 @@ module.exports = class Filepanel extends ViewPlugin {
var gistExplorer = createProvider('gist', ['updateGist'])
var httpExplorer = createProvider('http')
var httpsExplorer = createProvider('https')
var httpsExplorer = createProvider('ipfs')
var ipfsExplorer = createProvider('ipfs')
self.remixdHandle = new RemixdHandle(fileSystemExplorer, self._deps.fileProviders['localhost'], appManager)
......@@ -79,6 +79,7 @@ module.exports = class Filepanel extends ViewPlugin {
<div class="gistexplorer ${css.treeview}">${gistExplorer.init()}</div>
<div class="httpexplorer ${css.treeview}">${httpExplorer.init()}</div>
<div class="httpsexplorer ${css.treeview}">${httpsExplorer.init()}</div>
<div class="ipfsexplorer ${css.treeview}">${ipfsExplorer.init()}</div>
</div>
`
......
......@@ -233,18 +233,7 @@ class CompileTab extends ViewPlugin {
${selectEl}
</div>
<article class="${css.compilerArticle}">
<<<<<<< HEAD
<button class="btn btn-secondary btn-block" title="Publish on Swarm" onclick="${() => { this.publish('swarm') }}">
=======
<button class="btn btn-secondary btn-block" title="Publish on Swarm" onclick="${() => { this.publish() }}">
<<<<<<< HEAD
<<<<<<< HEAD
=======
<i class="${css.copyIcon} fas fa-upload" aria-hidden="true"></i>
>>>>>>> c353b990... standard
>>>>>>> c049685c... standard
=======
>>>>>>> 1eeb61d4... added dummy functions to interface
<span>Publish on Swarm</span>
<img id="swarmLogo" class="${css.storageLogo} ml-2" src="${swarmImg}">
</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment