Users will need to review "all the audits" at once and can find it cumbersome during all that navigation. Figure out a way to have folks "work through a queue" where after they take an action on item N the page will load to item N + 1.
Original Ask
We're doing obligatory auditing in our team for all of our commits, and working hard to get people to actually pay attention to the phabricator front page for commits to audit. One of the complaints I have been getting is the clumsiness of auditing many commits. Having to open the commit, scroll to the form (or press Z), select accept commit then press submit, and repeat 10 times when someone commited a patch series quickly becomes cumbersome.
I would like a button that will choose accept commit from the combobox and press submit at the same time. If possible, it should also proceed to the next commit in the audit list, but I can see that this is a significantly more complex feature, so for a start just getting that quick-accept button would help a lot in convincing new reluctant team members to actually keep up.
I have looked at the source code, attempting to add a button to AphrontFormSubmitControl that performs some javascript that does this, but I'm not too familiar with neither PHP nor phabricator source code, so I have not gotten far.