update link to remixd docs and update css of link to docs in title

pull/1/head
Rob Stupay 6 years ago
parent 329ee8b574
commit 189516308d
  1. 9
      src/app/components/side-panel.js
  2. 2
      src/app/files/remixd-handle.js

@ -11,12 +11,9 @@ const css = csjs`
text-transform: uppercase;
white-space: nowrap;
}
.swapitTitle a{
cursor: help;
}
.swapitTitle i{
padding-left:4px;
font-size:10px;
padding-left: 6px;
font-size: 14px;
}
.swapitHeader {
height: 35px;
@ -67,7 +64,7 @@ export class SidePanel extends AbstractPanel {
const { profile } = this.store.getOne(this.active)
name = profile.displayName ? profile.displayName : profile.name
const docsRoot = 'https://remix.readthedocs.io/en/latest/'
docLink = profile.documentation ? yo`<a href="${docsRoot}${profile.documentation}" title="link to documentation" target="_blank"><sup><i aria-hidden="true" class="fas fa-book"></i></sup></a>` : ''
docLink = profile.documentation ? yo`<a href="${docsRoot}${profile.documentation}" title="link to documentation" target="_blank"><i aria-hidden="true" class="fas fa-book"></i></a>` : ''
}
return yo`

@ -93,7 +93,7 @@ function remixdDialog () {
return yo`
<div class=${css.dialog}>
<div class=${css.dialogParagraph}>Interact with your file system from Remix. Click connect and find shared folder in the Remix file explorer (under localhost).
Before you get started, check out <a target="_blank" href="https://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html">Tutorial_remixd_filesystem</a>
Before you get started, check out the <a target="_blank" href="https://remix.readthedocs.io/en/latest/remixd.html">Remixd tutorial</a>.
to find out how to run Remixd.
</div>
<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>

Loading…
Cancel
Save