mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Add href to news episode items
This commit is contained in:
parent
377d85c7f1
commit
1698de332c
@ -73,6 +73,7 @@ export const NewsList = () => {
|
||||
}
|
||||
overview={x.name}
|
||||
thumbnail={x.thumbnail}
|
||||
href={x.href}
|
||||
// TODO: support this on mobile too
|
||||
// @ts-expect-error This is a web only property
|
||||
{...css({ gridColumnEnd: "span 2" })}
|
||||
|
@ -61,6 +61,7 @@ export const SearchPage: QueryPage<{ q?: string }> = ({ q }) => {
|
||||
query={query(q, sortKey, sortOrd)}
|
||||
placeholderCount={15}
|
||||
layout={LayoutComponent.layout}
|
||||
empty={t("search.empty")}
|
||||
Header={
|
||||
<BrowseSettings
|
||||
availableSorts={Object.values(SearchSort)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user