-
Notifications
You must be signed in to change notification settings - Fork 50
[WC-2892]: Calendar improvements #1628
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
base: main
Are you sure you want to change the base?
Conversation
729563e
to
092f468
Compare
const weekdayList = range.map(d => loc.format(d, "EEE")).join(", "); | ||
|
||
return weekdayList; | ||
}; |
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.
can we move out custom week from this function to a separate file?
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.
note: this custom view extraction will always gets recalculated everytime a simple props changed occurs.
ee24386
to
dbb7293
Compare
… adjust time building logic
439a6f9
to
77e1160
Compare
Pull request type
New feature (non-breaking change which adds functionality)
Description
Added: