icssc / AntAlmanac

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

Create global, standard "isMobile" utility #930

Open KevinWu098 opened 4 months ago

KevinWu098 commented 4 months ago

There's roughly 50 instances of "isMobile" across 14 files and they're all of vaguely different implementations. Most refer to screen width, some at 750px and others at 960px. Others refer to the actual device.

In short, create or add to an existing utilities file and standardize the breakpoints.