Pull request file filter should have "Select None" option #29204
Replies: 3 comments
|
I very much agree. And ideally, it should include per-repository pre-filters. E.g. here, after 11 clicks to untick everything besides .cs all the CS file diffs are not loaded because they werent at the top of the queue - so I have to click all 35 of those manually as well. |
|
Hello, Any update on this? Thanks. |
|
Hi @MarkB-WetaInteractive and @KevinGelkingSviper! A 'Deselect all' toggle would definitely be a huge quality-of-life improvement for game development repos. In the meantime, here are two tricks that solve both the repetitive clicking and the 'Load diff' budget problem for Unity PRs:*
Add this to your repo's .gitattributes file: Code snippet
|

Uh oh!
There was an error while loading. Please reload this page.
I'm working on a Unity project, where many binary or otherwise uninteresting files need to be committed, but I don't want to review any of them as part of my PR. There's a helpful button to select all once you have deselected any file types:
If that screen space was taken up with a button that said "Deselect all file types" when all file types were selected, it would considerably increase the efficiency of this UX; otherwise it's a lot of quite precise clicking required every time you navigate away from your PR.
All reactions