This PR adds a red border for all meetings that have conflicting instructors or rooms.
To test:
Import the math-schedule. It should have a red border around the MATH-270 and MATH-271 sections since they look like a conflict.
Change the color by and make sure the border stays
Add a new section that conflicts with a professor's schedule. It should have a red border once added.
Check the room schedule and notice that the section you added also has a red border there (so users can see if there are room conflicts from the faculty view or instructor conflicts from the room view)
Update it to a time that does not conflict and notice that the border goes away
Test some of the edge cases such as multiple instructors, same time but different days, same time but different term, etc.
The next step will be to add this information to the Conflicts tab.
This PR adds a red border for all meetings that have conflicting instructors or rooms. To test:
The next step will be to add this information to the Conflicts tab.