Fix list truncation #2

Open
snail wants to merge 1 commits from codex/fix-list-truncation into main
Collaborator

Summary

  • Add pagination to /list, showing 30 memes per page.
  • Add Previous and Next buttons for navigation.
  • Remove the previous 50-item database limit, allowing all saved memes to be browsed - no more truncation.

Testing

  • Replicated the situation where over 50 memes are saved
  • Verified /list shows Next on the first page, both buttons on middle pages, and Previous on the final page.
  • Verified navigation reaches entries beyond the previous limits.
## Summary - Add pagination to `/list`, showing 30 memes per page. - Add Previous and Next buttons for navigation. - Remove the previous 50-item database limit, allowing all saved memes to be browsed - no more truncation. ## Testing - Replicated the situation where over 50 memes are saved - Verified `/list` shows Next on the first page, both buttons on middle pages, and Previous on the final page. - Verified navigation reaches entries beyond the previous limits.
snail added 1 commit 2026-07-26 20:15:51 +02:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin codex/fix-list-truncation:codex/fix-list-truncation
git checkout codex/fix-list-truncation
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: goyban/memes_bot#2