Updated timetable-page.tsx to use the new calendar component
Added @devexpress/dx-react-core and @devexpress/dx-react-scheduler dependencies
How to test?
Navigate to the timetable page
Verify that the new timetable layout is displayed correctly
Check that day scale and timetable cells are rendered properly
Ensure that appointments can be added and displayed (if implemented)
Why make this change?
This change aims to provide a more customizable and flexible timetable solution using @devexpress/dx-react-scheduler. It allows for better control over the appearance and functionality of the timetable, potentially improving performance and user experience.
TL;DR
Replaced FullCalendar with custom components for a new timetable implementation using @devexpress/dx-react-scheduler.
What changed?
calendar.tsx
timetable-page.tsx
to use the new calendar componentHow to test?
Why make this change?
This change aims to provide a more customizable and flexible timetable solution using @devexpress/dx-react-scheduler. It allows for better control over the appearance and functionality of the timetable, potentially improving performance and user experience.