Closed masterneko closed 8 months ago
I have the same problem. Thought it might have been caused by my updating to Windows 11, but it seems to be a new issue.
Same issue here, also coming from Tabliss. Looks like it's coming from the hover text seen on the official page.
Same issue on Firefox, Edge and Safari.
Same issue with Windows 10 + Google Chrome.
Same issue. Macbook & Iphone + Opera & Chrome.
Hey all! Thanks for reporting this. I’m currently recovering after a knee surgery, so I’m afraid I am not going to be able to push a fix to this but I’m happy to accept a pull request. Sorry for the inconvenience… Sent from my iPhoneOn 16 Jul 2023, at 11:23, Anørak @.***> wrote: Same issue on Firefox, Edge and Safari.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>
I can't dig into it more right now, but to give somebody else a jump start:
It looks like this script fetches the information from this proxied location: https://api.bloggify.net/gh-calendar/?username=Jwashton
And it looks like the script is expecting that response to contain an SVG, but it now contains an HTML table.
This means that a couple different things go wrong: in the browser console I get a TypeError: svg is null
and in the CSS some critical selectors don't match because they're looking for rect.class
instead of td.class
.
Here's one potential fix for the CSS issues from @polypoyo .
I hope that there will be a hotfix in this repository soon 🙏 🤞
Sorry for the delay on solving this. This is finally fixed. 🎉
@IonicaBizau Just want to be sure, at least for me it looks not to be fully fixed yet:
Also, when minimized, the week day labels intersect with the cells:
In the minimized view, could you please also make the thumb element in horizontal scrollbar starting from the right side to show the latest contributions? Currently, the thumb starts from the left side, showing the latest contribs:
It would be better if the thumb could start from the right side, showing the most recent contribs:
Also, in dark mode setting in the browser, the global_stats
labels stay black:
White mode:
Dark mode:
Please also see your example in action
Hi,
This issue was first noticed on Tabliss which depends on github-calendar. The contributions should be grey/green squares but appear as text.