icssc / AntAlmanac

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

Add copy button to schedule dropdown #804

Closed KevinWu098 closed 4 months ago

KevinWu098 commented 10 months ago
Screenshot 2023-11-16 at 10 35 52 AM

Since this was refactored, adding in another column for copy button should be straightforward.

JackyZzZz commented 9 months ago

By the way, do we want to remove the original copy button in the added menu since we have it in the schedule dropdown maybe?

KevinWu098 commented 9 months ago

By the way, do we want to remove the original copy button in the added menu since we have it in the schedule dropdown maybe?

For now, I'd recommend keeping it and updating it so that it uses the same dialog that you implemented for the schedule dropdown. The main reason is the visual inconsistency of having 3 buttons on Search, then 2 on Added, which is exacerbated by the fact that the hide columns button would keep shifting positions. (3rd position on Search, then 2nd on Added).

JackyZzZz commented 9 months ago

Cool, will do