Commit Graph
111 Commits
Author SHA1 Message Date
Zohan Subhash 589badc483 Update pin.js 2023-01-17 15:57:59 +05:30
Zohan Subhash 05b611ad58 Update pin.js 2023-01-17 15:55:42 +05:30
Zohan Subhash bf0a15f94f Update pin.js 2023-01-17 15:52:46 +05:30
Zohan Subhash 866e509d07 Create pin.js 2023-01-17 15:49:21 +05:30
Zohan Subhash 5675ce77b1 Update top-langs.js 2023-01-16 16:37:25 +05:30
Zohan Subhash df42981d34 Update top-langs.js 2023-01-16 16:34:14 +05:30
Zohan Subhash 2cb4861b24 Update top-langs.js 2023-01-16 16:14:59 +05:30
Zohan Subhash 42503cf90c Update top-langs.js 2023-01-16 15:43:03 +05:30
Zohan Subhash 2466713261 Update top-langs.js 2023-01-16 15:37:18 +05:30
Zohan Subhash 9c08efedbf Update top-langs.js 2023-01-16 15:37:02 +05:30
Zohan Subhash af36d0b2e1 Update top-langs.js 2023-01-16 15:32:22 +05:30
Zohan Subhash 1689ca6feb Update top-langs.js 2023-01-16 15:31:04 +05:30
Zohan Subhash 642d63d4f0 Update top-langs.js 2023-01-16 15:23:20 +05:30
Zohan Subhash 2a1d255e45 Update top-langs.js 2023-01-16 15:12:05 +05:30
Zohan Subhash 114225e72e Update top-langs.js 2023-01-15 16:04:55 +05:30
Zohan Subhash cc558e4d7c Update top-langs.js 2023-01-15 16:01:17 +05:30
Zohan Subhash 6738c6db5f Update top-langs.js 2023-01-15 15:57:10 +05:30
Zohan Subhash ede2574b13 Update top-langs.js 2023-01-15 15:55:48 +05:30
Zohan Subhash c6ca64551e Update top-langs.js 2023-01-15 15:49:01 +05:30
Zohan Subhash 5448a611ba Create top-langs.js 2023-01-15 15:47:18 +05:30
Zohan Subhash 22aa6887f9 Update index.js 2023-01-15 15:43:28 +05:30
Zohan Subhash 70b0d025f8 Update index.js 2023-01-14 11:54:14 +05:30
Zohan Subhash dc95c44c22 Update index.js 2023-01-14 11:52:06 +05:30
Zohan Subhash 1651db55ec Update index.js 2023-01-14 11:47:12 +05:30
Zohan Subhash e40f214a76 Create index.js 2023-01-14 11:46:26 +05:30
Zohan Subhash 237942c234 Update index.js 2023-01-14 10:57:44 +05:30
Zohan Subhash d505580a4f Update index.js 2023-01-14 10:55:44 +05:30
Zohan Subhash 1af63921b5 Update index.js 2023-01-14 10:46:44 +05:30
Zohan Subhash 9ff83e0855 Update index.js 2023-01-14 10:41:30 +05:30
Zohan Subhash 19cf691983 Update index.js 2023-01-13 18:52:41 +05:30
Rick Staa 4b8198fa21 Revert "Add loading Animation to Most used Language card (#2197)" (#2396)
This reverts commit 77dcdab42c.
2023-01-12 22:52:34 +01:00
Huzaifa Khilawalaandrickstaa 77dcdab42c Add loading Animation to Most used Language card (#2197)
* add: text animation

* compact progress done

* cleaned code

* non compact animation done

* tests fixed + prettier

* revert: vercel.json

* remove: unnecessary import

* added parameter in docs

* style: improve syntax

Co-authored-by: rickstaa <rick.staa@outlook.com>
2023-01-10 12:21:35 +00:00
Rick Staa 3cb205c65b feat: improve card loading speed (#2124)
* feat: improve card loading times

This commit adds the `stale-while-revalidate` option to speed up the
card loading times.

* mend
2022-11-21 10:21:46 +01:00
Rick Staa 42a4b6f60a refactor: remove unused dotenv calls (#2059)
As explained in the Vercel documentation vercel ignores dot files (see
https://github.com/vercel/vercel/discussions/3962#discussioncomment-4277). It
instead loads the env variables defined in the vercel instance. As a
result we can therefore remove dotenv.
2022-11-21 10:13:14 +01:00
Pranav Joglekarandrickstaa 9aa39dfe81 feat: allow users to pass ring_color param (#2075)
* fix: prevent crash if undefined color is passed to func fallbackColor

* feat: allow users to pass ring_color param

Before this commit, the ring color was always equal to the title color.
This commit allows the user to pass a ring_color property to allow him
to style the ring color the way he pleases to. If no ring_color is
passed we default to the title color.

* docs: improves ring color documentation

* fix: improve code style

Co-authored-by: rickstaa <rick.staa@outlook.com>
2022-11-19 20:18:42 +01:00
Rick Staa 98f9045f98 fix: improve error caching behavoir (#2211)
This commit ensures that the GraphQL Pat error is not cached in any
browser. See
https://github.com/anuraghazra/github-readme-stats/issues/1471#issuecomment-1282630614.
2022-10-18 18:07:38 +02:00
Rick Staa 4df8094e52 fix: prevent errors from being cached (#2160) 2022-10-09 20:23:31 +02:00
rickstaa 8886b93a7e refactor: clean up imports 2022-09-24 14:10:06 +02:00
rickstaa 41d6760abd fix: fix es6 import file extension 2022-09-24 13:20:52 +02:00
rsk2andrickstaa 107f7ca52c Feature/grs 1955 change commonjs imports (#1995)
* GRS-1955: Using ES6 import/export in src files

* GRS-1955: Using ES6 import/export in test files

* GRS-1955: Using ES6 import/export in themes index.js

* GRS-1955: Readding blank line at end of top-languages-card.js

* feat: fix test es6 import errors

This commit makes sure jest is set-up to support es6. It also fixes
several test errors and sorts the imports.

* test: update test node version

This commit makes sure node 16 is used in the github actions.

* refactor: run prettier

Co-authored-by: rickstaa <rick.staa@outlook.com>
2022-09-24 10:20:54 +02:00
Rick Staa f9b9015ec2 feat(stats): add 'not_bold' option to stats card (#1468) 2022-09-17 13:32:40 +02:00
Rick Staa c1324b31bf feat: add 'exclude_repo' option to stats card (#1450)
This commit allows users to exclude repositories for the stats card
using the `exclude_repo` option.
2022-09-16 13:09:19 +02:00
Artem Kostiukandrickstaa b0bb994ad3 Fix #1170: Allow customizable width for GitHub Stats Card (#1334)
* Change default stats card width with hide rank

* Add tests for stats card with card_width

* Add card_width Stats Card description to readme

* fix: add icon width to stats-card min width calculation

* fix: fixes rank circle padding problem

This commit fixes a padding problem that was introduced in
f9c0e0bff6. In the new code, the padding
around the rank circle will be 50 when the stats card is bigger than
450. When it is smaller than 450 the left and right padding will shrink
equally.

* style: run prettier

* tests: add extra stats 'card_width' tests

This commit makes sure we also test the stats card width for the case that the 'show_icons'
option is enabled.

* style: run prettier

Co-authored-by: rickstaa <rick.staa@outlook.com>
2022-09-16 12:50:30 +02:00
Anurag Hazra 9d2bfd9d8f fix: temporarily increase the cache hours (#1771) 2022-05-19 00:48:26 +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 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
Anurag Hazra 02ebd3243b refactor: jsdoc in utils & minor changes (#1377)
* refactor: jsdoc in utils & minor changes

* chore: jsdoc Card class

* chore: jsdoc for getStyles
2021-10-10 20:41:40 +05:30
Julián Sanmartino d0ab2ff030 fix: wakatime card translations (#1363) 2021-10-06 23:09:43 +05:30
Anurag Hazra 62d65ab483 refactor: refactor repo card (#1325)
* refactor: refactored repo-card

* test: fix tests

* test: fixed tests

* fix: unprovided description error
2021-09-26 21:02:27 +05:30
1a3edcaae0 feat: hide wakatime languages (#1212)
* feat: added option to hide languages

* feat: recalculate percentages for hidden languages

* refactor: reverted langs_count and did some formatting

* doc: added hide to readme

* feat: make languages var mutable and improve filter logic

Co-authored-by: Adrian Kunz <clashsoft@hotmail.com>

* refactor: improve code and added tests

Co-authored-by: Adrian Kunz <clashsoft@hotmail.com>
Co-authored-by: Anurag <hazru.anurag@gmail.com>
2021-08-28 00:35:10 +05:30