badoo / codeisok

Git code browsing and code review tool
GNU General Public License v3.0
85 stars 16 forks source link

Use JS to load large diffs in treediff mode #51

Closed NikhilVerma closed 4 years ago

NikhilVerma commented 4 years ago

We had logic in PHP to load large diffs in treediff mode, this caused JS errors because huge files like XCode configs were automatically expanded.

Now we use an async solution for this, and do it automatically when a user selects the file