icssc / AntAlmanac

A course exploration and scheduling tool for UCI Anteaters
https://antalmanac.com
MIT License
55 stars 62 forks source link

refactor: action cell #941

Closed ap0nia closed 3 months ago

ap0nia commented 4 months ago

Summary

Begin migrating section table body to MUIv5.

Section table body cells will be encapsulated in apps/antalmanac/src/components/RightPane/SectionTable/cells. This can be refactored later, but it will provide visual clarity on the current progress of refactoring and reduce the size of the main body file.

Test Plan

Visually confirm that the component works the same as before.

ap0nia commented 4 months ago

My mistake, the columns not showing and the type errors were caused by me forgetting to commit the changes I made to the column store.