icssc / AntAlmanac

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

feat: refactor Import #844

Closed KevinWu098 closed 7 months ago

KevinWu098 commented 9 months ago

Summary

  1. Refactored Import
  2. Refactored Term Selector
  3. Import now subscribes to AppStore for SkeletonMode, and disables appropriately

Test Plan

  1. Terms should be correctly set from the url, when loading in
  2. Terms should update correctly when using the Select element
  3. Import should be disabled when in Skeleton Mode (use firefox dev tools, or change the api endpoint)

Issues

Closes #771