Willian Rodrigues
94aeabe300
feat: add wakatime compact layout ( #560 )
...
* Add wakatime compact layout
* Update readme
* test: added & updated test snapshots
Co-authored-by: Anurag <hazru.anurag@gmail.com >
2020-11-04 23:51:57 +05:30
Nathan Chu
6e82cfb32d
fix: names ending in "X" or "S" ( #612 )
...
* Update stats-card.js
* Update stats-card.js
2020-11-04 23:33:14 +05:30
Alexandr
9ca5039e55
chore(card-translation): added russian card translations ( #606 )
2020-11-04 23:32:04 +05:30
Anurag Hazra
10d8ca6a38
fix: fixed available locale list ( #603 )
2020-10-31 14:50:46 +05:30
Stephan Muller
ff9cf1317f
chore: full Dutch (The Netherlands) support ( #541 )
...
* Added full dutch langauge support
* Update
Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com >
2020-10-31 14:29:06 +05:30
Péter Németh
9f84fa64ea
feat(translation): added Hungarian card translations ( #598 )
2020-10-31 14:05:22 +05:30
Panagiotis
57e9d5f6e0
feat(translation): added Greek card translation ( #584 )
2020-10-25 18:09:07 +05:30
José Borges
805f1c4bac
feat: added include Portuguese (Portugal) translations to cards ( #570 )
...
Updated translations.js to include Portuguese (Portugal) translations.
2020-10-25 12:41:49 +05:30
Yuki Okushi
1b1e019abc
chore(card-translation): improve Japanese translations ( #565 )
2020-10-11 12:12:50 +05:30
Jalen
725297295c
chore(card-translation): improve translathion of Chinese ( #539 )
...
* improve: improve translation of Chinese
* improve: update the text on test files
2020-10-04 20:17:13 +05:30
Siddhartha joshi
cb849ddc6c
chore(card-translation): Added nepali translations ( #540 )
2020-10-04 20:14:21 +05:30
Nathan Chu
f1df178643
feat: card locale translations ( #509 )
...
* Add Card Translations
* Add tests and documentation for `?lang` option
* Card Translations: update Italian
* Run Prettier
* Correct German Translations.
Co-authored-by: schmelto <30869493+schmelto@users.noreply.github.com >
* refactor: added i18n class to manage translation logic & improved code
* Make the new src/translations.js more concise
* Update translations.js
Co-authored-by: schmelto <30869493+schmelto@users.noreply.github.com >
* Revert 4175484d69289e4ee7283ab968b8e71c3c5d77df
* fix: overlap because of language length
Co-authored-by: lrusso96 <russo.1699981@studenti.uniroma1.it >
Co-authored-by: schmelto <30869493+schmelto@users.noreply.github.com >
Co-authored-by: Anurag <hazru.anurag@gmail.com >
2020-10-04 13:35:15 +05:30
Nathan Chu
057ff69ac2
feat: custom card title ( #293 )
...
* Custom stats title (anuraghazra#229)
* Add custom title test
* remove unused code
* Update readme.md to include the `custom_title` option
* Update readme_es.md to include `custom_title` option
Co-Authored-By: José Javier Rodríguez Zas <jjavierdguezas@gmail.com >
* Merge branch 'master' of https://github.com/anuraghazra/github-readme-stats.git into custom-title
* feat: added customTitle option in Card
Co-authored-by: José Javier Rodríguez Zas <jjavierdguezas@gmail.com >
Co-authored-by: Anurag <hazru.anurag@gmail.com >
2020-09-27 13:10:39 +05:30
Bas950
d4e2a1b395
feat: added "exclude_repo" option to Top Langs ( #493 )
...
* 🚀 Added "exclude_repo" option to Top Langs
* chore: code style update
Co-authored-by: Anurag <hazru.anurag@gmail.com >
2020-09-27 12:39:44 +05:30
Anurag Hazra
3443b37904
chore: added specific error message in wakatime card ( #498 )
2020-09-26 16:08:30 +05:30
Max Niederman
19fc5cb13e
fix: use consistent case for card titles ( #497 )
...
The WakaTIme stats card used different casing for the title than other cards.
2020-09-26 13:02:02 +05:30
Bas950
8aea1e3c35
feat: added repo card hide border option ( #488 )
...
* 🚀 Prettier config
* 🚀 hide_border for Repo Card
* fix: wrong total commits (#490 )
* chore: run prettier on all files
* chore: lol lets add the trailing commas
Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com >
2020-09-24 21:38:14 +05:30
Anurag Hazra
3c6c142c75
fix: wrong total commits ( #490 )
2020-09-24 21:24:16 +05:30
Anurag Hazra
278d6a1739
refactor: refactored createProgressNode logic ( #486 )
2020-09-24 13:20:12 +05:30
Luigi Russo
9c0e130a90
fix(top-langs): fix fetching ( #432 , #403 ) ( #435 )
2020-09-24 12:36:16 +05:30
Boris K
851bb7b4b8
fix(stats-card): commits count when include_all_commits is true ( #391 )
2020-09-24 12:33:32 +05:30
Willian Rodrigues
6e73a0035d
feat: add wakatime card ( #392 )
...
* Adds wakatime card route
* Adds language progress on wakatime card
* Adds wakatime card on README
* Adds no coding activity node
* Remove percent displayed on wakatime's card
* Update readme
* refactor: refactored code & added tests
Co-authored-by: Anurag <hazru.anurag@gmail.com >
2020-09-19 12:53:39 +05:30
Luigi Russo
e377770a71
fix: stats fetcher include stars of forked repos ( fix #467 ) ( #470 )
2020-09-19 11:35:25 +05:30
Benjamin Ashbaugh
e9019c1453
feat: added number of languages param for top langs card ( #445 )
...
* feat: num_langs param for top langs
* fix: top-langs card bottom padding with num_langs param
* fix: clamp toplangs num_langs rather than throwing error
* feat: changed param name & fixed minor issues, added tests
Co-authored-by: anuraghazra <hazru.anurag@gmail.com >
2020-09-12 18:46:18 +05:30
anuraghazra
941eae6545
chore: remove console log
2020-08-17 16:47:57 +05:30
Anurag Hazra
6fa8c26754
fix: added temporary blacklist ( #399 )
2020-08-17 14:18:17 +05:30
Anurag Hazra
ec246d27ab
fix: increase cache
2020-08-13 19:26:42 +05:30
Anurag Hazra
ee513240ef
feat: adde CustomError class for better secondary errors ( #355 )
2020-08-10 19:36:56 +05:30
Anurag Hazra
af1929a3e6
refactor: Improved gradient ( #350 )
...
* fix: fixed tests for gradient
* docs: added docs for gradient
2020-08-09 22:11:01 +05:30
Nathan Chu
66836db71b
Merge https://github.com/anuraghazra/github-readme-stats into gradient-background-1
2020-08-02 09:23:06 -04:00
Anurag Hazra
67b434dc79
chore(*): reorganized all files and folders ( #283 )
2020-08-02 13:07:26 +05:30
Anurag Hazra
f0b89d0f72
fix: label overlap ( #274 )
2020-07-31 14:54:41 +05:30
Anurag Hazra
416f027fae
fix: total commit counts ( #211 )
...
* fix: wip fix total commit counts
* tests: added tests
* chore: remove console logs
* docs: added docs for include_all_commits
* chore: increased value offset x
* chore: added reference/links comments
* docs: updated docs
2020-07-31 13:37:39 +05:30
Nathan Chu
65cdb1877f
remove unused code
2020-07-30 11:26:35 -04:00
Nathan Chu
b0362c4e12
resolve merge conflict
2020-07-30 11:21:24 -04:00
Anurag Hazra
3b0f1b11a0
refactor: added reusable Card class to reduce code & test duplication ( #260 )
...
* refactor: added reusable Card class to reduce code & test duplication
* fix: top-langs card width & documented card_width option
2020-07-30 19:19:03 +05:30
Nathan Chu
074e22017e
Verify hex color in gradient
2020-07-29 10:53:13 -04:00
anuraghazra
0833e8531d
fix: xss vulnerability on renderError
2020-07-29 19:02:06 +05:30
Nathan Chu
be285cb33e
Fix gradient themes
2020-07-29 09:19:47 -04:00
Nathan Chu
bd0ef4afc1
Repo and Top Langs card gradient (anuraghazra#218)
2020-07-28 20:00:19 -04:00
Nathan Chu
d685d4d9df
Stats card gradient (anuraghazra#218)
2020-07-28 19:32:35 -04:00
anuraghazra
8854c6d6cb
chore: added code comments
2020-07-28 23:46:48 +05:30
anuraghazra
826f0201aa
feat: improved top lang fetching & changed title
2020-07-28 23:33:43 +05:30
Leo Hanisch
11757dba42
feat: multiline text in repo description ( #206 )
...
* Enable multi line repo card descriptions
* Adjust unit tests to multi line descriptions
* refactor: refactored code & fixed tests
* style: minor height adjustments
* chore: codecov stuck
Co-authored-by: anuraghazra <hazru.anurag@gmail.com >
2020-07-27 14:09:35 +05:30
Anurag Hazra
68198d8b16
Merge pull request #204 from SSARCandy/master
...
fix: fetch top lang in each repository
2020-07-26 22:19:26 +05:30
ssarcandy
d929e8b20a
fix: fetch top lang in ech repository
2020-07-27 00:26:50 +08:00
Sagar
b8330a88e1
feat: Added compact layout for top languages card ( #179 )
...
* compact layout for top langs card
* 🐞 FIX: most used lang should be first, apply correct colors, removed nested svgs and height set
* 🐞 FIX: conditionally rendering layout compact
* 🐞 FIX: border radius on lang progressbar
* refactor: refactored code & fixed bugs
* fix: toFixed
* chore: change string interpolation
* docs: updated readme
Co-authored-by: anuraghazra <hazru.anurag@gmail.com >
2020-07-26 21:45:23 +05:30
anuraghazra
6d5a828542
chore: added secondary warning message in renderError
2020-07-25 13:29:32 +05:30
anuraghazra
2812ce0fd3
fix: weird unicode char
2020-07-24 23:35:20 +05:30
Fábio Rosado
4c0518616f
feat: Add count_private flag to count private contributions ( #148 )
...
* Add private contributions count
* Remove unused var and add tests
* Update readme
* fix: tests & minor code formating
* docs: updated docs
Co-authored-by: anuraghazra <hazru.anurag@gmail.com >
2020-07-24 19:34:38 +05:30