Add roles

This commit is contained in:
Jon Staab
2026-06-22 13:36:57 -07:00
parent fd4e7a9f2d
commit 7ec5a28d1f
42 changed files with 1169 additions and 384 deletions
@@ -76,6 +76,9 @@
<ModalSubtitle>on {displayRelayUrl(url)}</ModalSubtitle>
</ModalHeader>
<div class="flex flex-col gap-2">
{#if $bans.length === 0}
<div class="card2 bg-base-200 p-4 text-sm opacity-70">No banned users.</div>
{/if}
{#each $bans as { pubkey, reason } (pubkey)}
<div class="card2 bg-alt relative">
<div class="flex items-center justify-between gap-2">