Open
Description
- Gitea version (or commit ref): 1.12.3
Description
If a PR consists of too many files, the message Some files were not shown because too many files changed in this diff
appears, which can be bypassed by increasing the number of displayed files in the configuration.
However, this can lead to very long loading times of the diff and is rather static, due to the unpredictability of diff size.
It would be nice, if the file list of the PR could be split across multiple pages, similar to the normal commit list of the repository. Or would this disturb the targeted workflow of the PR page?