unc-csxl / csxl.unc.edu

CS Experience Labs' web application.
https://csxl.unc.edu
MIT License
9 stars 7 forks source link

Section Instructor UI, Section Catalog Load Time, and Other Academics Editor Fixes #509

Closed ajaygandecha closed 4 days ago

ajaygandecha commented 4 days ago

This PR adds the ability to set section instructors in the Section Admin form UI.

This PR also reverts the UI changes made in #402 to the academics editors so they are now properly formatted. The admin for this will likely change, but for now, I made some slight M3 styling improvements (including using mat switches and the mat pane widget).

image
ajaygandecha commented 4 days ago

This PR now includes changes to the backend data models for the section catalog, loading the catalog much faster.

Also, the bug there the dropdown text in the section catalog not updating on page launch has been fixed.