-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
fix: Weekly view time slots offset and content overflow in different timezones #20570
base: main
Are you sure you want to change the base?
fix: Weekly view time slots offset and content overflow in different timezones #20570
Conversation
@PranjaliChouhan is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details:
|
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (04/06/25)1 reviewer was added to this PR based on Keith Williams's automation. "Add community label" took an action on this PR • (04/06/25)1 label was added to this PR based on Keith Williams's automation. |
…# Fix weekly view time slots offset and content overflow in different timezones
What does this PR do?
Visual Demo (For contributors especially)
Image Demo:
[You can include screenshots showing the before/after of the fix if available]
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
Checklist
Changes Made
Fixed timezone handling in
LargeCalendar.tsx
:dayjs.tz.guess()
Updated
AvailableTimes.tsx
:Improved
useCheckOverlapWithOverlay.tsx
:Added proper TypeScript configuration for the bookings module with correct path references