* add new query param to hide specific languages in top languages card
* [top-langs] add function to clean out the provided lang name
* [top-langs] rename 'hide_lang' => 'hide', refactor logic for parsing the list of provided languages to hide
* [top-langs] take list of languages to hide, as a json array
* chore: minor changes
* docs: added docs for hide lang
Co-authored-by: anuraghazra <hazru.anurag@gmail.com>
* feat: template option added husky added for same commit disable console in test \
logger utils added env checked for log modified git ignore
* changed are done as per the suggesstion
* changed style and font
* text color dynamic
* fix border and using .bagde class as common
* simplified the badge svg code through a common method
* chore: updated css & fixed tests
Co-authored-by: anuraghazra <hazru.anurag@gmail.com>
* Adding themes.md file
* Update and rename THEMES.md to README.md
* Added link to theme preview README
* Removed Dark/Light sections, combined into 1 table
* Update README.md
* Updated "Add your theme" link to open in edit mode
* fix: remove 's' after apostrophe if name ends with 's'
* fix: respect GITHUB_TOKEN env var before PAT_s
* revert: verbose console log for retries
* Revert "fix: respect GITHUB_TOKEN env var before PAT_s"
This reverts commit 2becbe595c.
* test: added test for title apostrophe
Co-authored-by: anuraghazra <hazru.anurag@gmail.com>
* add show_icons option to show/hide star and fork icon in repo cards
* resolve conflict
* resolve conflict
* hide star and fork stats in repo card if count of equals to zero
* HOTFIX
* HOTFIX
fix: fixed CSS scale() on WebKit causing rendering issues
So I have used the solution provided here (Reference):
CSS transform on SVG text element not working in Safari - Stack Overflow - https://stackoverflow.com/a/61398694/4333875
They have encountered issue with `transform: translate()` and filed a bug report, but `transform: scale()` is also having issue on our side.
Also, the minimum reproducible example is [here](https://stackoverflow.com/questions/62964270/css-scale-animation-in-svg-text-tag-not-working-on-safari) on Stack Overflow.
(the word `Test` won't show up **on Safari**)