Skip to content

[Fix 🐛] update month display logic in Calendar component #278

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

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

leonelhenriquez
Copy link
Contributor

@leonelhenriquez leonelhenriquez commented Sep 6, 2024

Fix list of month buttons, which are not displayed correctly

Steps of the iteration of months

new Date('2022-8-01')  // -> Mon Aug 01 2022 00:00:00 GMT-0600
new Date('2022-9-01')  // -> Thu Sep 01 2022 00:00:00 GMT-0600
new Date('2022-10-01') // -> Fri Sep 30 2022 18:00:00 GMT-0600
new Date('2022-11-01') // -> Mon Oct 31 2022 18:00:00 GMT-0600

#276 (Months are not displayed correctly #276)

Safari
image

Chrome
image

Firefox
image

@mraballard
Copy link

hi @leonelhenriquez, any chance we can get this fix out?

@leonelhenriquez
Copy link
Contributor Author

@mraballard I have already made a pull request with my solution, but I haven't received approval yet

@onesine onesine merged commit 994a1a8 into onesine:master Oct 14, 2024
@namngv
Copy link

namngv commented Oct 24, 2024

Hi @onesine, do you have any plan to release this fix?

@MurapyonCorp
Copy link

I am also experiencing the same issue with safari.
In addition, the week view is not displayed from Sunday to Wednesday.
I would appreciate it if you could address this issue as soon as possible.
#291 (comment)

@leonelhenriquez leonelhenriquez deleted the fix/months-buttons branch December 12, 2024 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants