From e341b7c573d5353b703e1b0404decd262da8f6d6 Mon Sep 17 00:00:00 2001 From: cthotti <68891531+cthotti@users.noreply.github.com> Date: Tue, 5 May 2026 22:44:07 -0700 Subject: [PATCH 1/2] changing profile visibility --- frontend/src/pages/Profile.tsx | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx index 351eb5a..79ff44a 100644 --- a/frontend/src/pages/Profile.tsx +++ b/frontend/src/pages/Profile.tsx @@ -357,6 +357,15 @@ const Profile = () => { +
+
+ Share Profile +
+
+ {user.shareProfile ? "Visible to alumni" : "Not shared with alumni"} +
+
+
🔬 Field of Interest @@ -539,6 +548,28 @@ const Profile = () => { />
+
+ +
+ +
+
+
Date: Tue, 5 May 2026 23:04:25 -0700 Subject: [PATCH 2/2] change profile visibility message --- frontend/src/pages/Profile.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx index 79ff44a..7c69400 100644 --- a/frontend/src/pages/Profile.tsx +++ b/frontend/src/pages/Profile.tsx @@ -564,7 +564,7 @@ const Profile = () => { } /> - Make my profile visible to alumni + Make my profile visible to alumni and students
@@ -819,7 +819,7 @@ const Profile = () => { } /> - Make my profile visible to students + Make my profile visible to alumni and students