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.
This commit is contained in:
npeter83 2026-07-01 01:17:04 +02:00
parent 0c18845c34
commit cafe248e92
4 changed files with 22 additions and 3 deletions

View file

@ -53,6 +53,7 @@
"ephemeralNote": "These results are temporary — they clear automatically unless you watch or save one.",
"clearNow": "Clear now",
"cleared_one": "Cleared {{count}} result",
"cleared_other": "Cleared {{count}} results"
"cleared_other": "Cleared {{count}} results",
"showHint": "How many results to fetch at a time — Load more pulls another batch of this size."
}
}