-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX #641: GitHub Calender working properly #658
base: main
Are you sure you want to change the base?
FIX #641: GitHub Calender working properly #658
Conversation
- added react-github-calender - removed github-calender
- removed old manual import of css files for github-calender - added GitHubCalender component from react-github-calender and setup username prop
- react-github-calender uses it's own css so removing manual css. - it is written in typescript, so removing unused module declaration.
@joelshepherd Could you please give any updates regarding the bug with GitHub calendar? |
Yeah, please. |
@joelshepherd please can you merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me! 👍 though i would remove the old code instead of commenting.
@joelshepherd could you merge this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually, it doesn't run, because the previous dependency is still being referenced as a css import.
i fixed it here for tab nine, which is a fork of tabliss. seems like this repo is inactive, while tab nine is more actively maintained. |
This pull request is a fix to the issues #641.
The old github-calender package hasn't been updated in the last 2 years and it lacks proper documentation too. Hence I submit a pull request with minimal changes introducing a react based GitHub calendar library named react-github-calender. This library is well documented (documentation) and if updated regularly.
Current new tab with light theme looks like -
Introducing this library reduces -
Note: This pull request also fixes a TypeError in storage.ts file for a
setTimeout
function.