Skip to content

Commit

Permalink
Merge pull request #422 from keifererikson/calendar-tweaks
Browse files Browse the repository at this point in the history
Change default calendar week start from Monday to Sunday for better readability
  • Loading branch information
dgmouris authored Oct 21, 2024
2 parents 4a2ad48 + 3c6c8c4 commit 9be30db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/app/Calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const onEventClick = (event: any, e: any) => {
:events-on-month-view="true"
:twelve-hour="true"
:events="group.items"
:start-week-on-sunday="false"
:start-week-on-sunday="true"
:disable-views="['years', 'year', 'day']"
:time-from="8 * 60"
:time-to="22 * 60"
Expand Down

0 comments on commit 9be30db

Please sign in to comment.