Redesign the Planner
page in mobile so that the user on mobile does not need to scroll to start choosing classes
#332
Labels
This includes the way that the Schedule appears in mobile as well.
As discussed in the meeting some of the points to change are:
SlotBox.tsx
Notes to ease development
We have a
ResponsiveLessonBox
which is the boxes that appear on mobile. If we use the same schedule between the desktop and mobile that component can disappear. This code is present inSlotBox.tsx
, we probably have to remove theResponsiveLessonBox
.There is also a differente render for mobile of the schedule component that needs to be removed
The text was updated successfully, but these errors were encountered: