feat: add hidden member list

This commit is contained in:
Sam 2023-04-02 23:08:44 +02:00
parent 8433a1523a
commit 5bdb25866c
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
5 changed files with 58 additions and 4 deletions

View file

@ -30,7 +30,7 @@
import { apiFetchClient } from "$lib/api/fetch";
import ErrorAlert from "$lib/components/ErrorAlert.svelte";
import { goto } from "$app/navigation";
import {renderMarkdown} from "$lib/utils"
import { renderMarkdown } from "$lib/utils";
import ReportButton from "./ReportButton.svelte";
import ProfileLink from "./ProfileLink.svelte";
import { memberNameRegex } from "$lib/api/regex";
@ -212,6 +212,9 @@
You don't have any members yet.
<br />
Members are sub-profiles that can have their own avatar, names, pronouns, and preferred terms.
<br />
If you were expecting to see members here, check your
<a href="/settings/members">list of hidden members</a>.
<span class="text-muted">(only you can see this)</span>
</p>
</div>