You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the additional prominence these social platforms have accrued recently, we feel it would behoove us to allow users to add their Mastodon/BlueSky links to their user profiles on MAPLE, much like they can currently add Twitter/LinkedIn links.
Work Detail
Add "Mastodon" and "BlueSky" sections to the View Profile Page, similar to the Twitter/LinkedIn links visible below (with appropriate logos for the new sites):
Add entries for "Mastodon" and "BlueSky" to the Social Inputs on the Edit Profile Page, similar to the Twitter/LinkedIn inputs visible below:
Should ensure that the added inputs look like valid Mastodon/BlueSky links
Current State
The "View Profile" social links are rendered in components/ProfilePage/SocialMediaIcons.tsx
The "Edit Profile" social input components are in components/EditProfilePage/PersonalInfoTab.tsx
The existing social media link validation is in components/db/profile/urlCleanup.ts
The text was updated successfully, but these errors were encountered:
Summary
Given the additional prominence these social platforms have accrued recently, we feel it would behoove us to allow users to add their Mastodon/BlueSky links to their user profiles on MAPLE, much like they can currently add Twitter/LinkedIn links.
Work Detail
Current State
components/ProfilePage/SocialMediaIcons.tsx
components/EditProfilePage/PersonalInfoTab.tsx
components/db/profile/urlCleanup.ts
The text was updated successfully, but these errors were encountered: