Polish RBAC role/member stores and remove state-role cycle

This commit is contained in:
2026-04-21 12:00:15 +05:30
committed by hodlbod
parent 7568827d71
commit 98bcf4c398
7 changed files with 29 additions and 71 deletions
+1 -5
View File
@@ -83,11 +83,7 @@
</ModalSubtitle>
</ModalHeader>
<div class="flex flex-col gap-2">
{#if $members === undefined}
<div class="card2 bg-base-200 p-4">
<span class="text-error">Member list not available from this relay</span>
</div>
{:else if $members.length === 0}
{#if $members.length === 0}
<div class="card2 bg-base-200 p-4">
<span class="text-base-content/70">No members yet</span>
</div>