Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Fix local node tooltip in the Sidebar
Merged did:key:z6MkkfM3...sVz5 opened 2 years ago

Also changes the ContextHelp from Device to Local node, seems more explicit.

check check-visual check-unit-test check-httpd-api-unit-test check-e2e check-build

👉 Preview
👉 Workflow runs
👉 Branch on GitHub

2 files changed +2 -2 63122094 acbad456
modified src/views/projects/Sidebar.svelte
@@ -309,7 +309,7 @@
            <Button
              stylePadding="0 0.75rem"
              variant="background"
-
              title="Help"
+
              title="Local node"
              slot="toggle"
              let:toggle
              on:click={toggle}>
modified src/views/projects/Sidebar/ContextHelp.svelte
@@ -43,7 +43,7 @@

<div class="help" class:popover>
  {#if $httpdStore.state === "stopped"}
-
    <div class="title txt-bold">Device not connected</div>
+
    <div class="title txt-bold">Local node not connected</div>
    <div>Click the Connect button in the top right corner to get started.</div>
  {:else if localProject === "notFound"}
    <div class="title txt-bold">Project not available locally</div>