Christina Castillo
Christina Castillo
This would enable the use of React hooks from this file
Issue https://github.com/ufosc/SwampScheduler/issues/40 suggests that schedules should autosave. Because saving all the possible schedules for a given set of selections may take up a large amount of space, I instead implemented...
If the user searches courses by typing in a common class prefix, the search for matching courses will hang. It would be helpful for users to end the search or...
Bring up a course information modal when a button is clicked on a section under `SectionDisplay`, as described in https://github.com/ufosc/SwampScheduler/issues/33
Addresses part of https://github.com/ufosc/SwampScheduler/issues/29. Make it so when courses are hovered on the left, sections in the middle are highlighted. I can add functionality to highlight sections on section hover...