mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #548 from omnivore-app/fix/search-result-state
Add state in search result web
This commit is contained in:
commit
9b4cc20217
1 changed files with 3 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
|||
import { gql } from 'graphql-request'
|
||||
import useSWRInfinite from 'swr/infinite'
|
||||
import { gqlFetcher } from '../networkHelpers'
|
||||
import type { ArticleFragmentData, PageType, State } from '../fragments/articleFragment'
|
||||
import type { PageType, State } from '../fragments/articleFragment'
|
||||
import { ContentReader } from '../fragments/articleFragment'
|
||||
import { setLinkArchivedMutation } from '../mutations/setLinkArchivedMutation'
|
||||
import { deleteLinkMutation } from '../mutations/deleteLinkMutation'
|
||||
import { articleReadingProgressMutation } from '../mutations/articleReadingProgressMutation'
|
||||
import { Label, labelFragment } from './../fragments/labelFragment'
|
||||
import { Label } from './../fragments/labelFragment'
|
||||
import { showErrorToast, showSuccessToast } from '../../toastHelpers'
|
||||
|
||||
export type LibraryItemsQueryInput = {
|
||||
|
|
@ -124,6 +124,7 @@ export function useGetLibraryItemsQuery({
|
|||
shortId
|
||||
quote
|
||||
annotation
|
||||
state
|
||||
}
|
||||
}
|
||||
pageInfo {
|
||||
|
|
|
|||
Loading…
Reference in a new issue