Commit Graph

7 Commits

Author SHA1 Message Date
Charis 7cf2eae953 fix: statically build the right nav on each page (#21469)
Before: All pages have the Home nav menu in static HTML, which is blown away and replaced by the proper nav menu upon hydration. This leads to jankiness when the page first loads and an unpleasant flash of the wrong nav menu (especially obvious on the JavaScript ref page, which takes a long time to process and rerender the nav).

Now: All pages have their correct nav menu in static HTML.
2024-02-23 11:38:06 -05:00
Jonathan Summers-Muir 948132c406 do same with red docs 2022-12-14 01:47:41 +08:00
Jonathan Summers-Muir 44065bcfea fix mobile menu 2022-12-13 20:08:51 +08:00
Jonathan Summers-Muir 1cadb88812 update mobile menu 2022-12-12 20:36:13 +08:00
Jonathan Summers-Muir c06148a90c fix home sidebar 2022-12-12 20:13:01 +08:00
Jonathan Summers-Muir 9f4187806b fixing mobile menu 2022-12-12 20:08:44 +08:00
Jonathan Summers-Muir 8e9b9cd4a7 updated common and sidebars for filters and modifiers 2022-12-08 00:19:56 +08:00