react-calendar-heatmap icon indicating copy to clipboard operation
react-calendar-heatmap copied to clipboard

fix: indexing and off by one issues

Open moT01 opened this issue 5 years ago • 5 comments

This should fix the issues below.

closes https://github.com/kevinsqi/react-calendar-heatmap/issues/100 closes https://github.com/kevinsqi/react-calendar-heatmap/issues/112

moT01 avatar Feb 17 '20 22:02 moT01

Any chance you can take a look at this @kevinsqi? It fixes a few significant issues.

moT01 avatar Mar 03 '20 13:03 moT01

hey, really sorry for the delay on this - I'll take a look this week.

kevinsqi avatar Apr 01 '20 06:04 kevinsqi

Hey @kevinsqi, any update on this? I'm assuming this fixes dates/times when DST is in effect. Like for half of the year it does not work without these changes.

azizj1 avatar Aug 25 '21 21:08 azizj1

any update on this? Or a link to a maintained fork of this repo? :)

Bryce-Davidson avatar Jan 29 '22 00:01 Bryce-Davidson

Hey I applied this. but still have problem when I change the weekdaysLabel started from Monday. 2022-01-01 is Saturday but it is rendered on Sunday. It seems like changing weekdaysLabel just changed the weekDays labels, not the way where weekdays rectangles are rendered.

image

erdemontas avatar Feb 07 '22 11:02 erdemontas