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
The IndexView/kanban view currently scrolls to today when first loading the view.
In Flow, a new day starts at 4am instead of midnight, as I expect some late-night users like myself to consider time past midnight part of the same day.
Tasks only start rolling over at 4am.
Solution
In the kanban view (i.e. IndexView component), remain on the same day until 4am the next day.
The text was updated successfully, but these errors were encountered:
The scheduleRolloverTasks cron job already rolls over the tasks according to the user's set timezone (and changes whenever the setTimezone mutation is called).
The only thing missing is checking the timezone in the updateTaskStatus and updateTaskDate mutations.
Context
Solution
In the kanban view (i.e. IndexView component), remain on the same day until 4am the next day.
The text was updated successfully, but these errors were encountered: