feat: add markdown support for public profile bio#1270
Conversation
|
Someone is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel. A member of the Team first needs to authorize it. |
GSSoC Label Checklist 🏷️@Priyanshu-byte-coder — please apply the appropriate labels before merging: Difficulty (pick one):
Quality (optional):
Validation (required to score):
|
Priyanshu-byte-coder
left a comment
There was a problem hiding this comment.
This PR has 12 merge conflicts with current main (across supabase.ts, settings routes, public profile, and the migration file name clashes). Please rebase onto current main and resolve all conflicts before this can be merged.
|
Your PR has conflicts with the current |
136ad4e to
5ae1bf8
Compare
|
Hi @Priyanshu-byte-coder, I rebased this PR onto the latest Current status:
The remaining E2E failure is in Could you please re-review when you get a chance? |
|
Hi! Your PR has merge conflicts with the current git fetch upstream
git rebase upstream/main
# resolve any conflicts
git push --force-with-lease origin your-branchOnce resolved, we'll merge it in. Thanks! |
Summary
Closes #1075
Adds Markdown support for user bios on public profiles, including sanitized rendering, a live settings preview, and a 500-character bio limit.
Type of Change
Changes Made
biofieldHow to Test
Steps for the reviewer to verify this works:
npm run lint/dashboard/settings**bold**,_italic_,[link](https://example.com), andinline codeScreenshots (if UI change)
Not added.
Checklist
npm run lintpasses locallynpm run type-check)