Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
9b234baa
Commit
9b234baa
authored
Sep 11, 2019
by
LianaHus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed conflict
parent
9d552b12
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
12 deletions
+2
-12
package-lock.json
package-lock.json
+0
-0
file-panel.js
src/app/panels/file-panel.js
+2
-1
compile-tab.js
src/app/tabs/compile-tab.js
+0
-11
No files found.
package-lock.json
View file @
9b234baa
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/app/panels/file-panel.js
View file @
9b234baa
...
...
@@ -66,7 +66,7 @@ module.exports = class Filepanel extends ViewPlugin {
var
gistExplorer
=
createProvider
(
'gist'
,
[
'updateGist'
])
var
httpExplorer
=
createProvider
(
'http'
)
var
httpsExplorer
=
createProvider
(
'https'
)
var
http
sExplorer
=
createProvider
(
'ipfs'
)
var
ipf
sExplorer
=
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>
`
...
...
src/app/tabs/compile-tab.js
View file @
9b234baa
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment