ufosc / SwampScheduler

The future of scheduling is here.
https://osc.rconde.xyz
GNU Affero General Public License v3.0
22 stars 44 forks source link

Some minor refactors #26

Closed hieunguyent12 closed 11 months ago

hieunguyent12 commented 1 year ago

I added a button to fetch courses on click, instead of having it fetch every time the user types something and also refactored how the courses are display

hieunguyent12 commented 12 months ago

I changed SectionDisplay to a functional component because using class component caused issues with the key prop not being unique for some reason. Functionality should remains the same.