Bloggify / github-calendar

:bar_chart: Embed your GitHub calendar everywhere.
https://bloggify.github.io/github-calendar/example/
MIT License
1.22k stars 213 forks source link

Required fixes per latest changes on the GitHub UI #173

Closed jalopezg-git closed 6 months ago

jalopezg-git commented 6 months ago

@IonicaBizau, As stated in issue #172, #171, and #169, a few months ago github-calendar.js stopped working. Per latest changes to Github UI, the contributions calendar now uses a <table> element instead of the former <svg>.

Such update on the GitHub side requires some changes to:

Given the above, https://github.com/IonicaBizau/github-calendar-parser/ apparently also requires a number of changes to be able to extract the information for the global stats, but that will be a different pull request in the corresponding repository.

The changes in this pull request, plus some additional re-styling yield the result below. Screenshot from 2024-02-21 22-29-23

This fixes issues #172, #171, and #169.

IonicaBizau commented 6 months ago

Thank you so very much for this contribution! I will check it out very soon!