Commit Graph

507 Commits

Author SHA1 Message Date
Nick Lin de05a574b1 feat: gradient units to userSpaceOnUse (#1644) 2022-03-19 14:27:58 +05:30
Davoleo de80488f17 feat: added script to automate language color retrieval (#1654) 2022-03-19 14:26:50 +05:30
Rick Staa 104bdd6cc7 refactor: fix incorrect dependency types (#1648)
This commit makes sure that axios is labelled as a dependency and
prettier as a dev dependency.
2022-03-15 22:18:43 +01:00
rickstaa cae6c45592 refactor: updates .gitignore 2022-03-15 14:13:55 +01:00
Shunsuke Mano d7d0ba5fbd fix(style): centering rank text in the circle (#1628) 2022-03-13 02:38:00 +05:30
Anurag Hazra 6b61625881 docs(theme): Auto update theme readme (#1632)
Co-authored-by: Github Readme Stats Bot <no-reply@githubreadmestats.com>
2022-03-06 13:33:32 +05:30
Rick Staa 00b091350b rose pine/master rebase (#1605)
* Update index.js

* Update index.js

* Update index.js

* Update index.js

Co-authored-by: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com>
2022-03-05 09:00:48 +01:00
Anurag Hazra 8d1e7f6ab5 feat: improve default card black color, a more modern color (#1624) 2022-03-01 01:19:34 +05:30
H.M.Tajul Islam 968d25f4d7 card(translation): bengali language improved (#1620)
Co-authored-by: tajultonim <mail@tajultonim.com>
2022-02-28 23:13:55 +05:30
Nguyễn Đức Chiến 4d442abfb1 Add Vietnamese Language (#1321) 2022-02-23 17:08:11 +01:00
Anurag Hazra e00fe88ed3 feat: added better error messages (#1608) 2022-02-23 20:52:18 +05:30
Anurag Hazra d57251cdf1 refactor(cards): added typings for cards and fetchers (#1596)
* refactor(cards): added typings for cards and fetchers

* chore: move types to separate file
2022-02-23 20:15:01 +05:30
Rick Staa 8b9f9317d8 add uzbek translation (#1604)
* Add Uzbek language

* fix: apply proposed changes

Co-authored-by: Bahriddin Mo'minov <64766486+MrMuminov@users.noreply.github.com>
2022-02-20 17:23:13 +01:00
YueYue 36aeb5cbdf Add traditional Chinese (zh-tw) (#1238)
Add traditional Chinese (zh-tw)
2022-02-17 08:44:52 +01:00
Michał Miszczyszyn 70a59fafbd Fix grammar in Polish translation and make it more natural (#1267)
* Fix grammar in Polish translation and make it more natural

* docs: improve pl card translation

Co-authored-by: rickstaa <rick.staa@outlook.com>
2022-02-17 08:41:22 +01:00
NicolasGE a79887ab92 updated fr locale (#1194) 2022-02-17 08:13:40 +01:00
Dalpat Rathore 9ace031260 fix: CONTRIBUTING.md grammar (#1546)
* fix: CONTRIBUTING.md grammar

* docs: fix CONTRIBUTING grammar

Co-authored-by: rickstaa <rick.staa@outlook.com>
2022-02-17 08:10:38 +01:00
Ansgar Grunseid 20ace75271 fix grammar: add missing period (#1025) 2022-02-16 23:12:32 +01:00
Fayas Noushad ace8fa9e26 Added Malayalam language (ml) to the stat card (#1591)
* Add malayalam

* Fix translation of waketime
2022-02-16 16:14:46 +01:00
rickstaa 8680049cf0 refactor: improve dutch translation strings 2022-02-16 08:32:54 +01:00
Sem e9a192a72c Improved the Dutch strings 2022-02-16 08:32:43 +01:00
SiddharthMehra c3d9197912 fix grammatical error in readme.md (#975)
* update readme.md

* docs: apply one small grammar style change

Co-authored-by: rickstaa <rick.staa@outlook.com>
2022-02-16 08:24:56 +01:00
Anurag Hazra 94bc9a9148 docs(theme): Auto update theme readme (#1582)
Co-authored-by: Github Readme Stats Bot <no-reply@githubreadmestats.com>
2022-02-11 01:02:25 +05:30
Anurag 3199b9f088 test: happy new year 2022-02-11 00:58:28 +05:30
Jesse Hall 0fec4d21a9 style(theme): added codeSTACKr theme (#1572) 2022-02-10 01:01:34 +05:30
Petrus Nguyễn Thái Học f83080601e style: update Kotlin color (#1111) 2021-12-29 21:23:50 +05:30
James Tufarelli 3f0ca9d967 docs: fixed Vercel PAT setup instructions (#1508)
Updated the Vercel PAT setup instructions.

The original instructions don't say to enable `repo` permissions on the Personal Access Token. Without these permissions, the widget was not able to count the `total commits` on my private repos. I updated the instructions to specifically mention enabling the `repo` permission on the PAT.

I tested this using my own Vercel instance and can confirm the `repo` permission is needed.

This fix has been mentioned here: https://github.com/anuraghazra/github-readme-stats/issues/1275#issuecomment-929887319
2021-12-29 21:17:31 +05:30
Anurag Hazra dc77ea2a94 docs(theme): Auto update theme readme (#1497)
Co-authored-by: Github Readme Stats Bot <no-reply@githubreadmestats.com>
2021-12-13 20:30:25 +05:30
Rick Staa fbde5aced2 fix: remove hide argument from 'fetchTopLanguages' call (#1451)
This commit removes the `hide` argument from the `fetchTopLanguages` call
found in the `top-lang.js` file. This was done since this was leftover
from 465faa7c32.
2021-12-13 20:27:50 +05:30
Rick Staa 397e321c2a test: adds language card 'exclude_repo' test (#1452) 2021-12-13 20:27:27 +05:30
Nicolò Poggi 0745806f68 style(theme): added moltack theme (#1478) 2021-12-13 20:23:11 +05:30
T. de Kimpe b6c184e8ff fix: firefox text overflow issue (#1492)
* Fixed Firefox text overflow / overwriting issue

Tests currently don't work becouse it appears that '@supports' is not supported by cssToObject used within the tests. I currently have no idea how to fix that test but the cards themself appear to not be broken

Fixes anuraghazra/github-readme-stats#664

Fixes anuraghazra/github-readme-stats#1134

* Fixed tests by moving to other css-to-object

Moved the `css-to-object` package to @uppercod's version for test fix. This doesn't seem to have the same issues as the older package

* chore: cleanup test

Co-authored-by: Anurag <hazru.anurag@gmail.com>
2021-12-13 20:12:03 +05:30
Anurag Hazra 798bf72dee fix: auth token header (#1474) 2021-11-25 21:12:27 +05:30
Çınar Yılmaz ecd7d98a3c style(theme): add apprentice theme (#1466) 2021-11-22 22:53:12 +05:30
Abhijith N T 1cef6aca1b chore(deps): update axios to 0.24.0 (https://github.com/axios/axios/pull/3410) (#1446) 2021-11-08 21:10:59 +05:30
Anurag 77d016f648 chore: remove edit event from action 2021-11-06 20:28:39 +05:30
Anurag 7eade85f18 chore: update github action trigger 2021-11-06 20:17:14 +05:30
Anurag Hazra 563dc7c898 feat(theme-preview): added ability to upsert comments (#1442)
* chore: added ability upsert comments

* chore: new event
2021-11-06 20:05:35 +05:30
Anurag Hazra 42e9b78db0 feat(script): improved theme preview script (#1439)
* feat: improved theme preview script

* chore: add getPRNumber
2021-11-05 21:01:46 +05:30
Anurag Hazra 2249bf4a22 docs(theme): Auto update theme readme (#1440)
Co-authored-by: Github Readme Stats Bot <no-reply@githubreadmestats.com>
2021-11-05 21:00:20 +05:30
Eduardo Santi 22ab081cee style(theme): added swift theme (#1395)
Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
2021-11-05 19:58:01 +05:30
Tuhana GAYRETLİ 53acb536f8 style(themes): aura theme (#1423) 2021-11-05 19:54:30 +05:30
Markus Tyrkkö 28fa0b8877 fix: bug where wakatime api returns undefined languages (#1403)
Co-authored-by: Markus Tyrkkö <markus.tyrkko@nitor.com>
2021-11-05 19:49:51 +05:30
Anurag Hazra bc6c22ea17 docs: add fork instructions (#1418)
* docs: add fork instructions

* chore: revert toc
2021-10-25 23:29:04 +05:30
Anurag Hazra d049f0688d fix: hotfix for graphql api error (#1409) 2021-10-23 13:50:33 +05:30
Markus Tyrkkö 02e714aeb4 fix: word-wrap bug (#1378)
* Fixed word-wrap bug

* ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows (#1382)

* Revert "ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows (#1382)"

This reverts commit 2723f00cb8.

* chore: remove action cache

* chore: minor change

Co-authored-by: Markus Tyrkkö <markus.tyrkko@nitor.com>
Co-authored-by: Oscar Dominguez <dominguez.celada@gmail.com>
Co-authored-by: Anurag <hazru.anurag@gmail.com>
2021-10-18 19:11:50 +05:30
Anurag Hazra ded7e8aff8 docs(theme): Auto update theme readme (#1384)
Co-authored-by: Github Readme Stats Bot <no-reply@githubreadmestats.com>
2021-10-13 21:30:13 +05:30
Michael Schnerring 7072a23808 style(theme): add gruvbox_light theme (#1379) 2021-10-13 21:20:22 +05:30
Anurag 300ee853e7 chore: remove action cache 2021-10-13 20:52:35 +05:30
Anurag 596a4eccc1 Revert "ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows (#1382)"
This reverts commit 2723f00cb8.
2021-10-13 20:39:13 +05:30