Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Use org profile for anchor
Alexis Sellier committed 4 years ago
commit d49132ce51a88ac7501d23b45b3a452e3b6315c1
parent 3b7bdd7978636414a15930ff866618abccf9fd06
1 file changed +5 -1
modified src/base/projects/Browser.svelte
@@ -198,7 +198,11 @@
            {#if anchor === commit}
              <span class="anchor-widget">
                <span class="anchor-label">anchored</span>
-
                <Address address={org} compact resolve noBadge {config} />
+
                {#await Org.getProfile(org, config)}
+
                  <Loading small />
+
                {:then profile}
+
                  <Address address={org} compact resolve noBadge {profile} {config} />
+
                {/await}
              </span>
            {:else}
              <span class="anchor-widget not-anchored">