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
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.
Overview
frontend/app/[locale]/(protected)/admin/audit-logs/page.tsx(backing FE-63) renders access-log entries via the sharedtable.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
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.