-
Type:
Suggestion
-
Resolution: Low Engagement
-
Component/s: Pull Request - View / Diff
-
1
Currently, if a Pull Request has more than 200 files the diff is loaded individually selecting file by file on the file tree located at the right sidebar.
In a given scenario the user Pull Request has 500 files and the user leverages the Excluded files feature to not load files in some paths. With that, only 20 files will have the diff loaded.
Even in that situation, since the full Pull Request has more than 200 files, the user will have the select the files from the file tree and the page will only load one file at a time.
The goal of this request is to show the diff of all files when the remaining files is lower than the limits for showing diffs.