From cafe248e9220276ede727ded995741aad9702e8b Mon Sep 17 00:00:00 2001 From: npeter83 Date: Wed, 1 Jul 2026 01:17:04 +0200 Subject: [PATCH] fix(search): keep Load more; the count selector sets the batch size Clarified per intent: the results-count selector controls how many results each fetch gathers, and Load more pulls another batch of that size (restored). The infinite query already threads the count into every page, so Load more honours the selected size. Added a tooltip on the selector. --- frontend/src/components/Feed.tsx | 16 ++++++++++++++++ frontend/src/i18n/locales/de/feed.json | 3 ++- frontend/src/i18n/locales/en/feed.json | 3 ++- frontend/src/i18n/locales/hu/feed.json | 3 ++- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Feed.tsx b/frontend/src/components/Feed.tsx index 64ec348..45a84be 100644 --- a/frontend/src/components/Feed.tsx +++ b/frontend/src/components/Feed.tsx @@ -352,6 +352,7 @@ export default function Feed({