icssc / AntAlmanac

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

feat: Add auto-focus as a setting #832

Closed KevinWu098 closed 9 months ago

KevinWu098 commented 10 months ago
          ok how about we just add a setting to enable autofocus and make it disabled by default? IMO this feature is hella nice so I don't want to see it removed.

Originally posted by @EricPedley in https://github.com/icssc/AntAlmanac/issues/786#issuecomment-1834552808

TL;DR Auto-focus should be a setting (off by default)

Within SettingsStore, create a new Zustand store to handle whether or not the user wants to have auto-focus on. Then, implement the UI in SettingsMenu.

KevinWu098 commented 9 months ago

Closing, not planned