Skip to content

Fix Discover pagination showing inconsistent page sizes - #40

Merged
Blaizzy merged 2 commits into
mainfrom
fix/discover-pagination
Jul 22, 2026
Merged

Fix Discover pagination showing inconsistent page sizes#40
Blaizzy merged 2 commits into
mainfrom
fix/discover-pagination

Conversation

@Lazarus-931

Copy link
Copy Markdown
Collaborator

Model search fetched raw 50-item API pages, then filtered them client-side, so each displayed page showed however many survived the filter (e.g. 3, then 10). Back paging with a flat filtered buffer sliced into fixed 24-item pages, fetching more raw pages as needed to fill each one.

Model search fetched raw 50-item API pages, then filtered them client-side,
so each displayed page showed however many survived the filter (e.g. 3, then
10). Back paging with a flat filtered buffer sliced into fixed 24-item pages,
fetching more raw pages as needed to fill each one.
@Lazarus-931
Lazarus-931 force-pushed the fix/discover-pagination branch from b19a932 to 9e3f4a2 Compare July 22, 2026 12:25
@Lazarus-931 Lazarus-931 added the bug Something isn't working label Jul 22, 2026

@lucasnewman lucasnewman left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Blaizzy
Blaizzy merged commit 47ed3a6 into main Jul 22, 2026
0 of 2 checks passed
@Blaizzy
Blaizzy deleted the fix/discover-pagination branch July 22, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants