From c4ba4ef3d3b3e7fef0f57d6ac226023481650a61 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 2 Apr 2023 02:12:07 +0200 Subject: [PATCH] feat(frontend): tweak warning for hidden member list --- frontend/src/routes/edit/profile/+page.svelte | 58 ++++++++++++------- 1 file changed, 37 insertions(+), 21 deletions(-) diff --git a/frontend/src/routes/edit/profile/+page.svelte b/frontend/src/routes/edit/profile/+page.svelte index f17ecea..2e4c79e 100644 --- a/frontend/src/routes/edit/profile/+page.svelte +++ b/frontend/src/routes/edit/profile/+page.svelte @@ -60,7 +60,17 @@ let modified = false; - $: modified = isModified(bio, display_name, links, names, pronouns, fields, avatar, member_title, list_private); + $: modified = isModified( + bio, + display_name, + links, + names, + pronouns, + fields, + avatar, + member_title, + list_private, + ); $: getAvatar(avatar_files).then((b64) => (avatar = b64)); const isModified = ( @@ -461,30 +471,36 @@ -
- - +
+
+ + +

+ + This is the text used for the "Members" heading. If you leave it blank, the default text + will be used. +

+
+
+
+
+ + +

- This is the text used for the "Members" heading. If you leave it blank, the default text will - be used. + This only hides your member list. + + Your members will still be visible to anyone at + pronouns.cc/@{data.user.name}/[member-name]. +

- - -
- -
-

- - If this is checked, your member list will be hidden from other users. - This will not make any of your members' pages or information private. -