Skip to content
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

[BUG] Event display ends at 24:00 even if end props is bigger than 24 h #108

Open
MihaiFloca opened this issue Sep 24, 2024 · 4 comments
Open

Comments

@MihaiFloca
Copy link

Problem

Right now, if you have an event that starts at 21:00 and ends after 24:00, the display stops at 24:00 even if my timeline end props is end={36 * 60}

image

The edit mode already displays it properly

image

Solution

It should keep displaying after the 24:00 mark

image

@howljs
Copy link
Owner

howljs commented Sep 25, 2024

@MihaiFloca The maximum I am supporting is 24 hours a day, why do you want a day to have 36 hours?

@MihaiFloca
Copy link
Author

@MihaiFloca The maximum I am supporting is 24 hours a day, why do you want a day to have 36 hours?

I'm developing an app where workers punch in their hours. They can work night shifts. Displaying 36 hours allows them to see their hours in a single day. Which is simpler to visualize than on 2 separate days.

@howljs
Copy link
Owner

howljs commented Sep 25, 2024

This is considered a new feature, I will review and update the option not to split events across multiple days and check related section. For now, let’s still keep it at 24 hours

@MihaiFloca
Copy link
Author

This is considered a new feature, I will review and update the option not to split events across multiple days and check related section. For now, let’s still keep it at 24 hours

Thank you for your time, looking forward to updates on this project !

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

No branches or pull requests

2 participants