mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2253 from omnivore-app/fix/web-left-menu-overflow
Add continue reading saved search on web
This commit is contained in:
commit
4204a6e561
1 changed files with 4 additions and 0 deletions
|
|
@ -79,6 +79,10 @@ function SavedSearches(props: LibraryFilterMenuProps): JSX.Element {
|
|||
name: 'Inbox',
|
||||
term: 'in:inbox',
|
||||
},
|
||||
{
|
||||
name: 'Continue Reading',
|
||||
term: 'in:inbox sort:read-desc is:unread',
|
||||
},
|
||||
{
|
||||
name: 'Read Later',
|
||||
term: 'in:inbox -label:Newsletter',
|
||||
|
|
|
|||
Loading…
Reference in a new issue