Skip to content

Conversation

@vartika6451
Copy link

What does this PR do?

This PR adds a small, subtle visual indicator to help users quickly identify
repositories that have been updated recently while browsing the list.

The indicator appears next to the existing “last activity” text and is purely
informational.


Why is this change needed?

Good First Issue is often used by new contributors who want to work on actively
maintained projects. While relative timestamps (e.g. “2 days ago”) already
exist, they can be hard to scan quickly across a long list of repositories.

A lightweight visual cue improves scannability and discoverability without
changing any existing behavior.


Implementation details

  • UI-only change
  • Uses existing last_modified data
  • No changes to sorting, filtering, or backend logic
  • A repository is considered “recently updated” if it was modified within the
    last 48 hours (threshold can be adjusted based on feedback)
  • The indicator is intentionally subtle

@vercel
Copy link

vercel bot commented Feb 2, 2026

@vartika6451 is attempting to deploy a commit to the DeepSource 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

Development

Successfully merging this pull request may close these issues.

1 participant