mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 04:04:21 -04:00
Restore incremental search
This commit is contained in:
parent
0ed35e0354
commit
b72553aa11
@ -61,6 +61,7 @@ export const SearchPage: QueryPage<{ q?: string }> = ({ q }) => {
|
|||||||
query={query(q, sortKey, sortOrd)}
|
query={query(q, sortKey, sortOrd)}
|
||||||
layout={LayoutComponent.layout}
|
layout={LayoutComponent.layout}
|
||||||
empty={t("search.empty")}
|
empty={t("search.empty")}
|
||||||
|
incremental
|
||||||
Header={
|
Header={
|
||||||
<BrowseSettings
|
<BrowseSettings
|
||||||
availableSorts={Object.values(SearchSort)}
|
availableSorts={Object.values(SearchSort)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user