Improve forms for entering invite codes

This commit is contained in:
Jon Staab
2025-05-20 09:35:33 -07:00
parent 573d4e3cfb
commit 664da505cd
9 changed files with 148 additions and 49 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
</script>
<div class="flex pr-3">
{#each props.pubkeys.slice(0, 15) as pubkey (pubkey)}
{#each props.pubkeys.toSorted().slice(0, 15) as pubkey (pubkey)}
<div class="z-feature -mr-3 inline-block">
<ProfileCircle class="h-8 w-8 bg-base-300" {pubkey} {...props} />
</div>