Merged
Conversation
Deploying wxyc-dj with
|
| Latest commit: |
4342195
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3405c06b.dj-site.pages.dev |
| Branch Preview URL: | https://feat-user-profile-fields.dj-site.pages.dev |
5d4d3ba to
ced83e1
Compare
added 2 commits
April 17, 2026 20:59
Add 7 new optional profile fields for DJ accounts: - pronouns - namePronunciation - showTimes - title - semesterHired - bio - location Update SettingsPopup with 2-column layout and section groupings (Identity, Station Info, About). Create SettingsTextarea component for multi-line bio field. Note: Better Auth server needs matching additionalFields configuration.
Update authentication test to expect new modification tracking fields (pronouns, namePronunciation, showTimes, title, semesterHired, bio, location) in default state. Add missing MUI icon mocks to SettingsPopup test (RecordVoiceOver, VolumeUp, Schedule, Work, School, Notes, LocationOn).
ced83e1 to
4342195
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #235
Summary
Adds 7 new optional profile fields for DJ accounts:
UI Changes
SettingsTextareacomponent for bio fieldFiles Changed
lib/features/authentication/types.ts- Added fields to User typelib/features/authentication/utilities.ts- Added fields to BetterAuthSession, updated conversion functionslib/features/authentication/frontend.ts- Added modification trackingsrc/hooks/djHooks.ts- Updated save handlersrc/components/experiences/modern/settings/SettingsPopup.tsx- Redesigned UIsrc/components/experiences/modern/settings/SettingsTextarea.tsx- New componentPrerequisites
The Better Auth server at
api.wxyc.orgneeds matchingadditionalFieldsconfiguration:Test plan