-
-
Notifications
You must be signed in to change notification settings - Fork 23.7k
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
feat(stats): add 'not_bold' option to stats card #1468
feat(stats): add 'not_bold' option to stats card #1468
Conversation
@rickstaa is attempting to deploy a commit to the github readme stats Team on Vercel. A member of the Team first needs to authorize it. |
b3c4d8a
to
76c5f94
Compare
76c5f94
to
051dfad
Compare
In the current form, the title is kept bold. We can however also change that behaviour. @anubhav217 did not provide a detailed explanation in #1426. |
Given that the header is implemented here: github-readme-stats/src/common/Card.js Line 153 in ecd7d98
I think it is not worth it since it will complicate the codebase. |
@anuraghazra I think this can be safely merged. |
a7cff00
to
8315028
Compare
Codecov ReportBase: 95.18% // Head: 95.20% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1468 +/- ##
==========================================
+ Coverage 95.18% 95.20% +0.01%
==========================================
Files 22 22
Lines 789 792 +3
Branches 216 219 +3
==========================================
+ Hits 751 754 +3
Misses 33 33
Partials 5 5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Implements #1426. @anuraghazra I'm not sure if we want to implement this feature in the
main
branch but I wanted to give people a pull request they can use might they want this feature.