Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add Loader to project count in Card
Sebastian Martinez committed 3 years ago
commit 37ff1436837172b4924652796a395edd93611b09
parent e5b889a53c088199a5349162c69bb73d9941c056
1 file changed +3 -0
modified src/Card.svelte
@@ -6,6 +6,7 @@
  import type { Config } from '@app/config';
  import { formatName, formatAddress } from '@app/utils';
  import type { Seed } from '@app/base/seeds/Seed';
+
  import Loading from '@app/Loading.svelte';

  export let profile: Profile | {
    address: string;
@@ -118,6 +119,8 @@
        {:else}
          No projects
        {/if}
+
      {:else if numberOfProjects === null}
+
        <Loading center fadeIn small />
      {/if}
    </div>
  </div>