Re-work loading/syncing

This commit is contained in:
Jon Staab
2024-11-15 14:03:54 -08:00
parent 141e2bf835
commit 0deddc8a4c
24 changed files with 287 additions and 147 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<div class="flex pr-3">
{#each pubkeys.slice(0, 15) as pubkey (pubkey)}
<div class="z-feature -mr-3 inline-block">
<ProfileCircle class="h-8 w-8" {pubkey} {...$$props} />
<ProfileCircle class="h-8 w-8 bg-base-300" {pubkey} {...$$props} />
</div>
{/each}
</div>