mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-02-01 19:15:07 +01:00
feat: limit game text search to 255 chars
This commit is contained in:
@@ -35,7 +35,7 @@ export default function Catalogue() {
|
|||||||
|
|
||||||
const { steamDevelopers, steamPublishers, downloadSources } = useCatalogue();
|
const { steamDevelopers, steamPublishers, downloadSources } = useCatalogue();
|
||||||
|
|
||||||
const { steamGenres, steamUserTags } = useAppSelector(
|
const { steamGenres, steamUserTags, filters, page } = useAppSelector(
|
||||||
(state) => state.catalogueSearch
|
(state) => state.catalogueSearch
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -47,8 +47,6 @@ export default function Catalogue() {
|
|||||||
|
|
||||||
const { formatNumber } = useFormat();
|
const { formatNumber } = useFormat();
|
||||||
|
|
||||||
const { filters, page } = useAppSelector((state) => state.catalogueSearch);
|
|
||||||
|
|
||||||
const dispatch = useAppDispatch();
|
const dispatch = useAppDispatch();
|
||||||
|
|
||||||
const { t, i18n } = useTranslation("catalogue");
|
const { t, i18n } = useTranslation("catalogue");
|
||||||
|
|||||||
Reference in New Issue
Block a user