Merge pull request #2253 from omnivore-app/fix/web-left-menu-overflow

Add continue reading saved search on web
This commit is contained in:
Jackson Harper 2023-05-25 17:39:35 +08:00 committed by GitHub
commit 4204a6e561
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',