|
|
|
|
|
by kodebrew
2373 days ago
|
|
It should handle large PR's quite well. It probably doesn't right now but that's more a function of the code being hacky. I think the problem with the GitHub UI is you have so much scrolling that it's a large amount for the browser to try and paint out and for a user to parse through. Since this is only showing a diff on a file at a time it's not subject to that issue. |
|