icssc / AntAlmanac

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

refactor: make one instance of copy, clear buttons #992

Closed KevinWu098 closed 5 months ago

KevinWu098 commented 5 months ago

Summary

  1. There were two instances of copy and clear (CalendarToolbar and AddedCoursePane) which were virtually identical.
  2. This PR refactors it such that there's now only one instance

Test Plan

  1. Confirm that copy and clear still work

Issues

Closes #966