From 56d1248a85b6cde9418f9c6660c20fec7481672b Mon Sep 17 00:00:00 2001 From: tobi Date: Mon, 23 Jun 2025 17:29:27 +0200 Subject: [PATCH] [chore] Add info and reminder to save changes at the top of profile settings page (#4289) Adds a little message at the top of the profile settings page to remind folks to click save after changing things. Related to https://codeberg.org/superseriousbusiness/gotosocial/issues/4281 Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4289 Co-authored-by: tobi Co-committed-by: tobi --- .../settings/views/user/profile/profile.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/web/source/settings/views/user/profile/profile.tsx b/web/source/settings/views/user/profile/profile.tsx index 36e307193..69fcabd7c 100644 --- a/web/source/settings/views/user/profile/profile.tsx +++ b/web/source/settings/views/user/profile/profile.tsx @@ -139,7 +139,21 @@ function ProfileForm({ data: profile }: ProfileFormProps) { return (
-

Profile

+
+

Profile

+

+ On this page you can change various settings relating to the appearance and discoverability of your profile and posts. +
After changing settings and/or uploading a new avatar or header, be sure to scroll to the bottom of this page and click "Save profile info" to confirm your changes. +

+ + Learn more about this settings page (opens in a new tab) + +