-
-
Notifications
You must be signed in to change notification settings - Fork 186
feat: add github stars and forks #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
graphieros
commented
Jan 25, 2026
- Add github stars (if no stars, or not a GH repo, shows the 'repo' label)
- Add forks count (if > 0)
- Position npm link to top right
|
@graphieros is attempting to deploy a commit to the danielroe Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
serhalp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, works great! Only thing I noticed is stars don't link to /stargazers.
app/pages/[...package].vue
Outdated
| > | ||
| <span class="i-carbon-logo-github w-4 h-4" aria-hidden="true" /> | ||
| repo | ||
| <span v-if="stars"> {{ formatCompactNumber(stars, { decimals: 1 }) }} stars </span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: this should link to starsLink rather than to repositoryUrl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this replaces the previous repo link (in interests of saving space)
danielroe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
beautiful! ❤️