ambuda
ambuda copied to clipboard
Need more number of recent changes displayed
A large amount of proofreading now happens daily. The recent changes page (https://ambuda.org/proofing/recent-changes) does not show all the changes. It truncates them at some point. I need to see more recent changes, so I can offer feedback to all the proofreaders.
We should add pagination to the recent-changes page.
Starting point
- https://github.com/ambuda-org/ambuda/blob/main/ambuda/templates/proofing/recent-changes.html#L17
- https://github.com/ambuda-org/ambuda/blob/main/ambuda/templates/macros/proofing.html#L174
- Backend: https://github.com/ambuda-org/ambuda/blob/main/ambuda/views/proofing/project.py#L145
I'll work on this now.
Out for review at #485.