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:
@ -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 />}
|
||||
|
Reference in New Issue
Block a user