Added: Collection to starred view

Alphabetical sort to starred view
This commit is contained in:
Tom Moor
2018-11-19 23:01:49 -08:00
parent 2c55f94d39
commit ecc7ba0e9d
4 changed files with 38 additions and 5 deletions

View File

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