Skip to content

Commit 318d06b

Browse files
ryestewLianaHus
authored andcommitted
update remixd modal
1 parent e99dfa3 commit 318d06b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

apps/remix-ide/src/app/files/remixd-handle.js

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,21 +130,20 @@ export class RemixdHandle extends WebsocketPlugin {
130130
function remixdDialog () {
131131
return yo`
132132
<div class=${css.dialog}>
133-
<div class=${css.dialogParagraph}>Interact with your file system from Remix. Click connect and find shared folder in the Remix file explorer (under localhost).
134-
Before you get started, check out the <a target="_blank" href="https://remix-ide.readthedocs.io/en/latest/remixd.html">Remixd tutorial</a>.
135-
to find out how to run Remixd.
133+
<div class=${css.dialogParagraph}>Interact with your file system from Remix. <br>See the <a target="_blank" href="https://remix-ide.readthedocs.io/en/latest/remixd.html">Remixd tutorial</a> for more info.
136134
</div>
137-
<div class=${css.dialogParagraph}>If you have looked at that tutorial and are just looking for the remixd command, <br> here it is:
135+
<div class=${css.dialogParagraph}>If you have looked at the Remixd docs and just need remixd command, <br> here it is:
138136
<br><b>remixd -s absolute-path-to-the-shared-folder --remix-ide your-remix-ide-URL-instance</b>
139137
</div>
140138
<div class=${css.dialogParagraph}>Connection will start a session between <em>${window.location.href}</em> and your local file system <i>ws://127.0.0.1:65520</i>
141139
so please make sure your system is secured enough (port 65520 neither opened nor forwarded).
142-
<i class="fas fa-link"></i> will show you current connection status.
140+
</div>
141+
<div class=${css.dialogParagraph}>
142+
<h6 class="text-danger">
143+
Before using, make sure you have the <b>latest remixd version</b>.<br><a target="_blank" href="https://remix-ide.readthedocs.io/en/latest/remixd.html#update-to-the-latest-remixd">Read here how to update it</a>
144+
</h6>
143145
</div>
144146
<div class=${css.dialogParagraph}>This feature is still in Alpha, so we recommend you to keep a copy of the shared folder.</div>
145-
<span class="text-danger">
146-
Please make sure you have the <b>latest remixd version</b>. <a target="_blank" href="https://remix-ide.readthedocs.io/en/latest/remixd.html#update-to-the-latest-remixd">Read here how to update it</a>
147-
</span>
148147
</div>
149148
`
150149
}

0 commit comments

Comments
 (0)