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
4d7afc30
Commit
4d7afc30
authored
Apr 07, 2021
by
lianahus
Committed by
Liana Husikyan
Apr 12, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated links
parent
c198e7bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
6 deletions
+21
-6
landing-page.js
apps/remix-ide/src/app/ui/landing-page/landing-page.js
+21
-6
No files found.
apps/remix-ide/src/app/ui/landing-page/landing-page.js
View file @
4d7afc30
...
...
@@ -22,6 +22,7 @@ const css = csjs`
user-select: none;
}
.text:hover {
cursor: pointer;
text-decoration: underline;
}
.homeContainer {
...
...
@@ -471,15 +472,29 @@ export class LandingPage extends ViewPlugin {
<audio id="remiAudio" muted=false src="assets/audio/remiGuitar-single-power-chord-A-minor.wav"></audio>
<div class="w-80 pl-5">
<h6 class="mb-0">Issues with File Explorer?</h6>
<li>use [Migrate File system] tool</p>
<span class="d-flex">
<li>use</li>
<u class="
${
css
.
text
}
px-1" onclick=
${()
=>
migrateWorkspace
()}
>Migrate File system</u>
<span>tool</span>
</span>
<p class="mb-0">or</p>
<li>[Download your old files] in a zip manully</li>
<li>Use [UploadZipp] tool to load them in your current workspace</li>
<span class="d-flex">
<li>manually</li>
<u class="
${
css
.
text
}
px-1" onclick=
${()
=>
downloadFiles
()}
>Download all Files</u>
<span>as a zip</span>
</span>
<li>use [UploadZipp] tool to load them in your current workspace</li>
<br>
<h6 class="mb-0">Still not working?</h6>
<li>find help in [Gitter Channel]</li>
<span class="d-flex">
<li>find help in</li>
<a class="
${
css
.
text
}
mx-1" target="__blank" href="https://gitter.im/ethereum/remix">Gitter channel</a>
</span>
<p class="mb-0">or</p>
<li>Open an issue in [GithubIssues]</li>
<span class="d-flex">
<li>open an issue in</li>
<a class="
${
css
.
text
}
mx-1" target="__blank" href="https://github.com/ethereum/remix-project/issues">Github</a>
</span>
</div>
</div>
</div>
...
...
@@ -541,7 +556,7 @@ export class LandingPage extends ViewPlugin {
<p class="mb-1">
<i class="mr-1 fab fa-gitter"></i>
<a class="
${
css
.
text
}
" target="__blank" href="https://gitter.im/ethereum/remix">Gitter channel</a>
</p>
</p>
<p class="mb-1">
${
this
.
websiteIcon
}
<a class="
${
css
.
text
}
" target="__blank" href="https://remix-project.org">Featuring website</a>
...
...
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