You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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
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 !
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}
The edit mode already displays it properly
Solution
It should keep displaying after the 24:00 mark
The text was updated successfully, but these errors were encountered: