-
Notifications
You must be signed in to change notification settings - Fork 11
Description

PR information :
Project fork: https://github.com/sport-up-io/antd-weekly-calendar
PR message:
Hi! 👋
First, thank you for the work on this open-source library. We’ve forked the project to better fit some of our specific use cases. While the changes were initially made for my own needs, We wanted to share them in case you'd find them valuable for the main library.
Summary of changes
-
Removed the
allDay
feature
It wasn’t relevant to my use case and was causing display issues. -
Added an option to enable/disable sticky headers
I use custom css because the sticky table header fromantd
was causing layout/display issues. -
Fixed a bug with week numbers
Week numbers were displaying incorrectly (one week in the past); this has now been corrected. -
Added support for different week start orders
You can now choose between:- US-style week: Sunday to Saturday
- Standard format: Monday to Sunday
-
Improved UX on event hover
The mouse cursor now becomes a pointer when hovering over an event, improving interactivity. -
Better layout for overlapping events (4+ events per timeslot)
When more than 4 events share the same time slot, they are now tightly packed without extra spacing — similar to how Google Calendar handles this. (Still may require further testing.)
Let me know if you have any questions.
Thanks again for the great work on this project!