-
Notifications
You must be signed in to change notification settings - Fork 265
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
Issue 311 start hour #319
Issue 311 start hour #319
Conversation
Still need to handle how events are placed in the calendar, components modified : - WeekView - DayView - InternalDayView - InternalWeekView - TimeLine - HourLinePainter - HalfHourLinePainter - PressDetector
Modifications on EventArrangers so they are placing events in function of 'startHour' argument. Widgets Modified : - EventArrangers - MergeEventArrangers - SideEventArrangers + Modifications on DayView, so we can pass it the 'startHour' argument
can anyone review and merge this PR please? |
Thanks for creating this PR @rmpt . If possible can you please resolve the conflict in one file. I will review this immediately. |
@ParthBaraiya please give it a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@rmpt A good and needed feature thank you 👍🏼 |
Forked from issue 240 that has been dead from some time.
This feature adds a startHour parameter in WeekView + DayView that allows us to choose from which hour a day will be displayed. The parameter is an int that goes from 0 to 23.
Example with the startHour parameter set to 5 :
Checklist
The title of my PR starts with a Conventional Commit prefix (fix:, feat:, docs: etc).
I have followed the Contributor Guide when preparing my PR.
I have updated/added tests for ALL new/updated/fixed functionality.
I have updated/added relevant documentation in docs and added dartdoc comments with ///.
Breaking Change?
Yes, this PR is a breaking change.
Related Issues
Based on the issue #240 but only resolves the 'min' hour.