opensafely-core / airlock

Other
1 stars 0 forks source link

Paginate the activity log #558

Closed rebkwok closed 1 month ago

rebkwok commented 1 month ago

Fixes #499

Add pagination to the activity log and limit the number shown per page to 10 (this required a small change to upstream job-server assets).

I've reused the pagination code we used to have for CSV datatables.

image

Also QoL change to the assets justfile to make testing upstream asset changes easier.