Overview
We want popular classes to be at the top of the options from the autocomplete system.
Proposal
This is already a feature on Trends and was implemented in UTDNebula/utd-trends#572. Replicate the additions from that PR into Notebook. For the most part this will just be changes to src\scripts\generateAutocompleteGraph.ts and src\utils\autocomplete.ts. Then looks like a small change to src\components\header\SearchBar.tsx.