fix indexing causing main thread freeze, various polish

This commit is contained in:
Jacky Zhao
2023-07-04 10:08:32 -07:00
parent 83c5fa64ea
commit 79aff12b3f
33 changed files with 255 additions and 141 deletions

View File

@ -23,8 +23,8 @@ const contentPageLayout: PageLayout = {
left: [
Component.PageTitle(),
Component.Search(),
Component.TableOfContents(),
Component.Darkmode()
Component.Darkmode(),
Component.DesktopOnly(Component.TableOfContents()),
],
right: [
Component.Graph(),