Skip to content

feat: show joined date on public contributor profiles#187

Open
atrip0305 wants to merge 1 commit into
Coder-s-OG-s:mainfrom
atrip0305:feat/show-joined-date-profile
Open

feat: show joined date on public contributor profiles#187
atrip0305 wants to merge 1 commit into
Coder-s-OG-s:mainfrom
atrip0305:feat/show-joined-date-profile

Conversation

@atrip0305
Copy link
Copy Markdown

Summary

Adds a subtle "Joined X days/months ago" line to public contributor profiles using the profile 'created_at' timestamp. Recent joins are displayed relatively, while older joins are shown as an absolute month/year format.

Type of Change

  • New feature
  • UI / UX improvement

Related Issue

Closes #73

What was changed?

  • Extended the profile query to fetch 'created_at'
  • Added 'joinedAt' to the 'ProfileData' type
  • Introduced a 'formatJoinDate()' helper for relative/absolute formatting
  • Rendered a muted join date line below the contributor handle on public profiles

Checklist

  • My code follows the project structure and conventions
  • I tested this locally ('npm run dev')
  • No hardcoded secrets or credentials

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 20, 2026

@atrip0305 is attempting to deploy a commit to the codersogs-3057's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show 'joined X days ago' on public contributor profiles

1 participant