icssc / AntAlmanac

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

fix: reduce theme swap time #904

Closed KevinWu098 closed 5 months ago

KevinWu098 commented 5 months ago

Summary

  1. Refactored forceUpdate, the mechanism which reloaded the search results, into CoursePaneStore
  2. Immediately prior to theme swaps, we hook onto forceUpdate, derendering the components while maintaining the current search.

Massive, massive "performance" boost. No more crashing sites. Much credit to @js0mmer for the idea.

chrome-capture-2024-1-12

Test Plan

  1. Scroll to the bottom of COMPSCI and test out theme swaps!

Issues

Closes #694