Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Display grayscale loader in file tree
Sebastian Martinez committed 2 years ago
commit 54662ad11e6b5bcd196e3bf62be1287a662cb91b
parent 7d63f9ec55130584060a94d0504dbf97c7599908
1 file changed +1 -1
modified src/views/projects/Source/Tree/Folder.svelte
@@ -96,7 +96,7 @@
{#if expanded}
  <div class="container">
    {#await tree}
-
      <span class="loading"><Loading noDelay small margins /></span>
+
      <span class="loading"><Loading grayscale noDelay small margins /></span>
    {:then tree}
      {#if tree}
        {#each tree.entries as entry (entry.path)}