feat: add hidden member list
This commit is contained in:
parent
8433a1523a
commit
5bdb25866c
5 changed files with 58 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue