Search any changed file in a commit by file name (path)
<!--IssueSummary start-->
<details>
<summary>
Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards.
</summary>
- [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=338526)
</details>
<!--IssueSummary end-->
When a commit involves lots of files, it is paginated into multiple pages and each contains 20 files only.
Although searching via file name is supported from the `Showing # changed files` dropdown, it seems to search only from the files listed in the current page, instead of from all changed files in the commit. If one wants to view the change of a specific file in the commit, he has to open each subpage and search in it, which is very slow and cumbersome.
Hope GitLab can provide a page that lists all changed files in a commit, with each links to the diff of that file, or at least extend the dropdown search to search for any changed file in the commit.
~feature
issue