Implements local search cache

Results no longer disappear when searching something previously searched
Navigating from a document back to results is now instant
Search item in left nav no longer unhighlights
This commit is contained in:
Tom Moor
2019-01-09 21:57:17 -08:00
parent e6fd7276fc
commit 4ba10fc5f7
3 changed files with 47 additions and 20 deletions

View File

@ -65,7 +65,12 @@ class MainSidebar extends React.Component<Props> {
exact={false}
label="Home"
/>
<SidebarLink to="/search" icon={<SearchIcon />} label="Search" />
<SidebarLink
to="/search"
icon={<SearchIcon />}
label="Search"
exact={false}
/>
<SidebarLink
to="/starred"
icon={<StarredIcon />}