Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Empty commit to jumpstart PR * Add support for new “enablePublicProfile” privacy flag * Add first draft of people directory * Improve breadcrumbs * Add navigation menu item for People * Add page intro placeholder * Link user profile card to detail page * Add basic user profile details * Add project engagement section to user profile * User shared UserProfileCard for team engagements * Add links to user profiles where appropriate * Add basic Slack contact button * Display user locations in hashtags * Filter out the #Other category from hashtags * Improve user profile responsivity * Display user bio on profile if available * Hide non-public user profiles * feat: opt-in public profile in user registration * Toggle public profile visibility in user settings (#1057) * add checkbox to enable public profile, adjust texts * delete console log * adjust copy to less formal * Trivial type refactoring * Improve shared button styles * Add user bio during registration (#1060) * refactor: move user profile related types to model definition * fix: unify public profile checkbox description * fix: unify input labels So that each input and its corresponding label looks the same. * refactor: extract checkbox into its own component * feat: short bio in user profile registration * Improve private profile layout * Tighten the withDefault higher-order decoder * Improve user avatar handling * Update /profile/me API endpoint to also accept bio changes * Update bio in user profile (#1062) * add text field with bio, add possibility to change bio * use clsx, refactoring * Fix updateUserProfile to also save bio changes * Limit textarea width, set default height * refactoring based on review --------- Co-authored-by: Tomáš Znamenáček <[email protected]> * Move BioState type to usage site * Improve user profile wording * Refactor user profile tab into sections * Merge district selection into user profile tab * Improve copy * Merge privacy settings into profile page * Add link to user profile to profile settings page * Improve profile link display logic * Honor project engagement opt-out on public user profile * Add Edit button to public user profile * Remove unused import * Improve copy * Rename /profile/* to /account/* * Only display e-mail contact if we have a public contact address * Add UI to change public contact e-mail in user profile, fixes #1064 * Update copy * Improve checkbox logic & copy * Add error logging to user profile fetch function * Be more precise in copy about registration e-mail * Add professional profile link to user profile page * Improve registration form copy * Improve registration form copy --------- Co-authored-by: Jakub Drahoš <[email protected]> Co-authored-by: laurabaluchova <[email protected]>
- Loading branch information