Skip to content

Can't contribute with a PR #13

@samuelpeybernes-dev

Description

@samuelpeybernes-dev
Image

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.

⚠️ There are some files that will likely be unnecessary for you, such as .gitlab-ci.yml.

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 from antd 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions