Skip to content

Display issue creation date in repo card#2587

Open
apoorvdarshan wants to merge 1 commit intoDeepSourceCorp:masterfrom
apoorvdarshan:feat/show-issue-creation-date
Open

Display issue creation date in repo card#2587
apoorvdarshan wants to merge 1 commit intoDeepSourceCorp:masterfrom
apoorvdarshan:feat/show-issue-creation-date

Conversation

@apoorvdarshan
Copy link

Summary

  • Show a relative timestamp (e.g., "3 months ago") next to each issue in the expanded repo card, helping users identify and skip stale issues
  • Uses the existing created_at data already provided by the backend and the dayjs relative time plugin already imported in the component
  • Hover tooltip shows the exact date

Closes #736

Test plan

  • Expand a repo card and verify relative dates appear next to each issue
  • Hover over the date to confirm the exact date tooltip displays correctly
  • Verify layout looks correct on both desktop and mobile viewports

Show a relative timestamp (e.g., "3 months ago") next to each issue
in the expanded repo card, so users can identify and skip stale issues.
The created_at data is already provided by the backend.

Closes DeepSourceCorp#736
@vercel
Copy link

vercel bot commented Feb 18, 2026

@apoorvdarshan is attempting to deploy a commit to the DeepSource Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

@iamteamstar iamteamstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice addition 👍 Displaying the issue creation date improves context in the repo card.

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Date of creation of Issue

2 participants