Closed fvcci closed 10 months ago
Name | Link |
---|---|
Latest commit | 181319caca29901486fe389d29a2e207be979638 |
Latest deploy log | https://app.netlify.com/sites/profound-kringle-30b3e4/deploys/65a08b1c2048420008d8ea42 |
Deploy Preview | https://deploy-preview-184--profound-kringle-30b3e4.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
The schedule.tsx
page has been updated to enhance its functionality and integration with the Google Calendar API. A new function for time conversion has been introduced, the event color options have been expanded, and the way events are handled and displayed has been revised. The data fetching logic has been refined, along with the state management for the current date and view. Additionally, a dedicated function for event rendering has been added to improve the page's responsiveness to different views.
File Path | Changes |
---|---|
src/pages/schedule.tsx |
- Introduced toMilitaryTime function.- Updated eventColours array.- Replaced data.items with events variable.- Refined getData function.- Modified dataSource initialization.- Added useState hooks for view and curDate .- Created renderEvent function.- Enhanced Scheduler component with new properties and event handling. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Refactor
Bug Fixes