* 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**)
filtering out private repos just in case, otherwise if a user somehow
found out the name of any of the PAT owner's private -
(considering they created the PAT with private repo access) repos's name
then they could see the repo in github extra pins.
I was a little confused at first setting the bg_color, since it said `hex color` but had `rgba(...)` so I copied the title color which of course didn't work since it started with `#` I think this makes it a bit clearer how to use it!
* improve: improved rating algorithm wip
* Fixed typos, punctuation [...]
Corrected many instances of "Github" to "GitHub", fixed the punctuation on some sections, fixed the ~lack of~ uppercase chars in others, tweaked the grammar a bit, and added the Vercel guide to a spoiler-ish section so it's only visible if you click to expand.
<3
* fix: github rate limiter with multiple PATs
* perf: vertically align text left
* refactor: refactored retryer logic & handled invalid tokens
* chore: remove redundant codes
`axios` is Promise based, there is no need to wrap it into a Promise constructor again
* fix: query param booleans
* design: fixed rank alignment
* chore: rebase from master
* fix: fixed repo card breaking in absence of primaryLanguage
* fix: fixed stars count #39 & fixed progressbar percentage
* perf: replace emoji icons with GitHub SVG icons
* chore: added funding link
* refactor: refacted icons to another file
* test: added test for icons
Co-authored-by: anuraghazra <hazru.anurag@gmail.com>
Co-authored-by: Micael Jarniac <micael@jarniac.com>
Co-authored-by: JounQin <admin@1stg.me>