Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Reword Pinned projects to Seeded projects on local node
Sebastian Martinez committed 2 years ago
commit 786f11169d11a193b585ed9745a5bc9d00911c3e
parent cddf8b40fc352eb84885e5adeed65b3abb0639fc
1 file changed +2 -7
modified src/views/nodes/View.svelte
@@ -99,10 +99,6 @@
    gap: 0.5rem;
    width: 100%;
  }
-
  .pinned {
-
    display: flex;
-
    align-items: center;
-
  }
  .info {
    display: flex;
    justify-content: space-between;
@@ -165,10 +161,9 @@
      </div>

      <div class="subtitle">
-
        <div class="pinned txt-semibold">
-
          {stats.repos.total} repositories hosted
+
        <div class="txt-semibold">
+
          {isLocal(baseUrl.hostname) ? "Seeded" : "Pinned"} projects
        </div>
-

        <div class="global-hide-on-mobile" style:margin-left="auto">
          {#if policy && scope}
            <ScopePolicyPopover