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
b099d5f4
Unverified
Commit
b099d5f4
authored
Feb 13, 2018
by
yann300
Committed by
GitHub
Feb 13, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1069 from ethereum/addremixdinfo
Add remixd info
parents
343ef253
87f3a845
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
settings-tab.js
src/app/tabs/settings-tab.js
+12
-1
settings-tab-styles.js
src/app/tabs/styles/settings-tab-styles.js
+5
-0
No files found.
src/app/tabs/settings-tab.js
View file @
b099d5f4
...
@@ -54,6 +54,17 @@ function SettingsTab (container, appAPI, appEvents) {
...
@@ -54,6 +54,17 @@ function SettingsTab (container, appAPI, appEvents) {
</div>
</div>
</div>
</div>
<div class="
${
css
.
info
}
">
<div class="
${
css
.
info
}
">
<div class=
${
css
.
title
}
>Remixd</div>
<div class="
${
css
.
crow
}
">
Remixd is a tool which allow Remix IDE to access files located in your local computer.
it can also be used to setup a development environment.
</div>
<div class="
${
css
.
crow
}
">More infos:</div>
<div class="
${
css
.
crow
}
"><a target="_blank" href="https://github.com/ethereum/remixd"> https://github.com/ethereum/remixd</a></div>
<div class="
${
css
.
crow
}
"><a target="_blank" href="http://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html">http://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html</a></div>
<div class="
${
css
.
crow
}
">Installation: <pre class=
${
css
.
remixdinstallation
}
>npm install remixd -g</pre></div>
</div>
<div class="
${
css
.
info
}
">
<div class=
${
css
.
title
}
>Themes</div>
<div class=
${
css
.
title
}
>Themes</div>
<div class=
${
css
.
attention
}
>
<div class=
${
css
.
attention
}
>
<i title="Select the theme" class="
${
css
.
icon
}
fa fa-exclamation-triangle" aria-hidden="true"></i>
<i title="Select the theme" class="
${
css
.
icon
}
fa fa-exclamation-triangle" aria-hidden="true"></i>
...
@@ -67,7 +78,7 @@ function SettingsTab (container, appAPI, appEvents) {
...
@@ -67,7 +78,7 @@ function SettingsTab (container, appAPI, appEvents) {
<input class="
${
css
.
col1
}
" name="theme" id="themeDark" type="checkbox">
<input class="
${
css
.
col1
}
" name="theme" id="themeDark" type="checkbox">
<label for="themeDark">Dark Theme</label>
<label for="themeDark">Dark Theme</label>
</div>
</div>
</div>
</div>
<div class="
${
css
.
info
}
">
<div class="
${
css
.
info
}
">
<div class=
${
css
.
title
}
>Plugin</div>
<div class=
${
css
.
title
}
>Plugin</div>
<div class="
${
css
.
crowNoFlex
}
">
<div class="
${
css
.
crowNoFlex
}
">
...
...
src/app/tabs/styles/settings-tab-styles.js
View file @
b099d5f4
...
@@ -70,6 +70,11 @@ var css = csjs`
...
@@ -70,6 +70,11 @@ var css = csjs`
.icon {
.icon {
margin-right: .5em;
margin-right: .5em;
}
}
.remixdinstallation {
padding: 3px;
border-radius: 2px;
margin-left: 5px;
}
}
}
`
`
...
...
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