mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-19 10:43:43 +08:00
feat: Implement parallel multi-page fetching from each search source and introduce client-side load more pagination for aggregated results.
This commit is contained in:
@@ -20,7 +20,7 @@ export function SearchResults({
|
||||
availableSources,
|
||||
loading,
|
||||
isPremium = false,
|
||||
latencies = {}
|
||||
latencies = {},
|
||||
}: SearchResultsProps) {
|
||||
// Source badges hook - filters by video source
|
||||
const {
|
||||
@@ -77,3 +77,5 @@ export function SearchResults({
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user