jasudev / AxisContribution

A library that expresses a github contribution calendar through an array of dates. Supports iOS and macOS.
MIT License
111 stars 24 forks source link

Bug: the weekday tooltip is mismatched when user changes the first day of week from Sunday to another day in Settings #12

Open Maples7 opened 5 months ago

Maples7 commented 5 months ago

For instance, when I change the the First Day of Week from Sunday to Monday WX20240401-231153@2x The grid adjusts well accordingly (BTW, it's Monday on April 1st while I'm typing...) WX20240401-231340@2x But the weekday tooltip doesn't change accordingly.

image

It still marks the second row as Mondays.

Maples7 commented 5 months ago

Just opened a PR to fix this: https://github.com/jasudev/AxisContribution/pull/13

@jasudev thank you for creating this nice UI library, could you please help review this issue and the related PR to fix it? Thank you very much! :D