Skip to content

Implement pagination on the game list page #7

Description

@github-actions

As the number of games grows, loading the entire catalog on a single page hurts performance and makes the list harder to browse. Adding pagination keeps the game list page fast and manageable.

Acceptance criteria

  • The data-access helpers in src/lib/ support pagination (for example page/limit or cursor-based)
  • The game list page includes pagination controls
  • Pagination controls follow the project's accessibility guidelines and include data-testid attributes
  • Vitest unit tests cover the pagination helpers and Playwright e2e tests cover the pagination behavior

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions