Skip to content

[FE-122] admin/audit-logs table has no pagination or virtualization #1177

Description

@mftee

Overview

frontend/app/[locale]/(protected)/admin/audit-logs/page.tsx (backing FE-63) renders access-log entries via the shared table.tsx, but on a production dataset (access logs grow unboundedly per BE-91) an unpaginated table will render every row into the DOM at once.

Tasks

  • Add pagination controls wired to the backend's paginated access-logs endpoint
  • Add a test asserting only one page of rows renders at a time

Acceptance Criteria

  • The audit-logs table renders a bounded page size regardless of total record count

Notes for Contributors

Comment below to be assigned.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions