Commit Graph

549 Commits

Author SHA1 Message Date
Anurag Hazra
b9230cd946
chore: update theme preview bot content (#1326) 2021-09-26 21:16:20 +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
Chandrika Deb
ec8eb0c893
style(theme): added panda theme (#1319) 2021-09-26 20:23:12 +05:30
Anurag
ded06f2fab chore: added under-the-hood blogpost link in contributing.md 2021-09-22 22:07:12 +05:30
Anurag Hazra
97690e173d
feat(layout): improve flexLayout & fixed layout overlaps (#1314)
* feat(layout): improve flexLayout & fixed layout overlaps

* chore: fix vercel build
2021-09-18 22:39:28 +05:30
Horeb Parraud
4dbb9e93b9
style(theme): added aura_dark themes (#1312) 2021-09-15 19:43:31 +05:30
Moe Bachrouch
c7fd3ed8f2
docs: replace '?theme' with '&theme' (#1307) 2021-09-12 21:42:07 +05:30
Anurag Hazra
c3ecd0cea3
chore: change total stars to total stars earned (#1293) 2021-09-06 00:29:18 +05:30
Anurag
98ceb75688 chore: revert total stars naming 2021-09-04 19:59:21 +05:30
Anurag Hazra
653fb387c6
chore: update funding link (#1289) 2021-09-04 14:34:01 +05:30
Philip Jake
eb98a21e42
chore: grammar error on CONTRIBUTING.md (#1272) 2021-09-02 23:11:18 +05:30
Julian Holfeld
d790404c76
fix: text overlap (#1207)
* feat(statCard): added more concise description

* fix: removed isLongLocale param

* Revert "fix: removed isLongLocale param"

This reverts commit 55f1e2d8c2.

* feat: add de and nl to longLocal to fix padding
2021-09-02 22:59:39 +05:30
Julian Holfeld
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
Masahiro Furudate
8f316346c1
docs(theme): Auto update theme readme (#1263) 2021-08-24 21:23:31 +05:30
Alexandro Perez
7907a5d338
fix: subfolder support for api_domain wakatime api (#1235) 2021-08-14 20:39:09 +05:30
김예환 Ye-Hwan Kim (Sam)
ae6b56bf7f
docs: fix grammar (#1242) 2021-08-14 20:37:36 +05:30
XUQING
2ea5f09a2e
docs(cn): replace error picture (#1217)
env name should be PAT_1, but on the picture is GITHUB_TOKEN
2021-07-29 20:33:30 +05:30
OldWizard209
fede678fa2
docs: better navigation in readme (#1196) 2021-07-20 12:49:21 +05:30
Anurag Hazra
112efb4b92
refactor: language card renderer refactor (#1184)
* refactor: language card render refactor

* chore: change error msg
2021-07-11 19:28:06 +05:30
Anurag
99aea7f803 test: fixed snapshot tests 2021-06-24 22:43:24 +05:30
JacobLinCool
dfecef5c34
fix: return "" instead of return undefined (#1133)
the function renderGradient may return  undefined if colors.bgColor !== "object"

which may render "undefined" into svg
2021-06-24 22:34:13 +05:30
Maruf Khan
e088a16151
chore(translation): added Bengali language (bn) to the stat card. (#1157) 2021-06-24 22:33:12 +05:30
RSGameTech
2b0efb8d29
style(theme): added discord old blurple (#1079) 2021-06-10 01:08:46 +05:30
Lennart Lösche
d17f4b6879
docs(translation): update DE Readme (#1086)
Updatet some Spelling Mistakes
2021-06-10 01:06:35 +05:30
kato
45057973e2
chore(translation): added arabic translations (#1109)
Add Arabic Langauge
2021-06-10 01:04:33 +05:30
Florian Bussmann
24063f149b
fix: wakatime langs_count when layout=compact (#1041) 2021-06-10 00:40:40 +05:30
Anurag
fef8bc3a4a refactor: minor refactors 2021-05-07 00:49:43 +05:30
Florian Bussmann
f8b0c8767e
fix: langs_count overflow when hide is set (#989) 2021-05-07 00:31:04 +05:30
Rishi Suresh
7a096acf66
feat: added border_color option (#1000)
* feat: Allow customization of border color

* docs: Update readme
2021-04-28 00:28:44 +05:30
Jaime
f9abae804b
docs: update readme_kr.md (#1007)
Correct typos
2021-04-28 00:13:09 +05:30
Anurag
18c717ccbf fix: remove extra github dark theme 2021-04-27 01:15:23 +05:30
Mohammed Mushahid Qureshi
465faa7c32
fix: hide in top_languages interfering with number of languages displayed (#959)
* added a dark theme like the github dark theme

* fixed hide in top_languages interfering with number of languages displayed

* fixed hide in top_languages interfering with number of languages displayed

* fixed hide in top_languages interfering with number of languages displayed

* fixed misplaced function argument

* style(themes): Add GitHub dark theme (#758)

This styling falls in line with the recently released GitHub dark mode

Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>

* docs: add covid fund link (#1019)

* docs: add `npm install` step to CONTRIBUTING.md (#1015)

* fix: apply parseBoolean to hide_border in pin.js (#1014)

* feat: limit langs shown on wakatime card (#988)

* fix: fixed javascript oof moment

Co-authored-by: Issy <48881813+issy@users.noreply.github.com>
Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
Co-authored-by: Mike Beaton <mjsbeaton@gmail.com>
Co-authored-by: Florian Bussmann <hallo@florian-bussmann.de>
2021-04-27 01:12:24 +05:30
Florian Bussmann
9773d924fb
feat: limit langs shown on wakatime card (#988) 2021-04-27 00:34:34 +05:30
Mike Beaton
9551f1c5b6
fix: apply parseBoolean to hide_border in pin.js (#1014) 2021-04-27 00:28:21 +05:30
Mike Beaton
3d33e5e045
docs: add npm install step to CONTRIBUTING.md (#1015) 2021-04-27 00:22:14 +05:30
Anurag Hazra
979f9a4946
docs: add covid fund link (#1019) 2021-04-26 14:09:22 +05:30
Issy
f3c39506b2
style(themes): Add GitHub dark theme (#758)
This styling falls in line with the recently released GitHub dark mode

Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
2021-04-03 19:38:18 +05:30
Ryan The Ghost
86b9ad618f
style: added the City Lights Theme (#934)
* Update index.js

* Update index.js

* move to end

Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
2021-03-21 18:27:40 +05:30
Peter Dave Hello
c8c3358f1b
docs: correct code block language in readme.md (#949)
This one is html not markdown
2021-03-21 18:19:16 +05:30
Ferdinand Mütsch
24e5f866c0
feat: allow to customize wakatime range (#874)
* chore: allow to customize wakatime data range

* docs: document wakatime range parameter
docs: add wakatime section to german readme

Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
2021-03-08 11:39:43 +05:30
Anurag Hazra
922f7165cb
test: fix broken tests (#926) 2021-03-07 22:34:25 +05:30
Teddy Heinen
c8a5e835a5
feat: add corner rounding parameter so we can make square cards (#845)
* add corner rounding parameter so i can make square cards

* rename rx to border_radius
2021-03-07 22:23:32 +05:30
José Javier Rodríguez Zas (JJ)
ad486d1aa2
docs(translation): Improve Spanish translations (#868)
* improve some spanish translations

* update and improve spanish readme

Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
2021-03-07 22:19:36 +05:30
Haraldo Filho
32976d8bd6
fix: wakatime compact card bargraph rendering (#885)
* fix: wakatime compact card bargraph rendering at the right side

* Updated snapshots
2021-03-07 22:16:02 +05:30
Xaliks
8e994304b3
chore: update translations.js (#894) 2021-03-07 22:11:51 +05:30
Vinayak Sharma
b6f1ade936
style(theme): added Ocean Dark Theme (#907) 2021-03-07 22:09:39 +05:30
Alexandr
a41c886442
docs: improve russian translation of wakatime stats card (#911) 2021-03-07 22:06:18 +05:30
Alexandr
fcc51020ff
docs: added missing link to nepali translations (#912) 2021-03-07 22:04:53 +05:30
Anaxes
1e36b20057
docs: update readme.md (#914)
Updated one word "Loved" to "Love".
2021-03-07 22:04:36 +05:30
Haoran Du
d5679b5e28
docs(translation): update chinese translations.js (#836)
improve Chinese Translation
2021-03-07 22:03:33 +05:30