icssc / AntAlmanac

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

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

Closed KevinWu098 closed 1 month ago

KevinWu098 commented 1 month 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