Page MenuHomePhabricator

Allow comment actions to be grouped; group Differential "Review" and "Revision" actions
ClosedPublic

Authored by epriestley on Dec 29 2016, 9:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 24, 12:11 PM
Unknown Object (File)
Thu, Mar 14, 4:24 PM
Unknown Object (File)
Fri, Mar 1, 2:12 AM
Unknown Object (File)
Feb 21 2024, 9:14 AM
Unknown Object (File)
Feb 20 2024, 6:53 AM
Unknown Object (File)
Feb 8 2024, 12:04 PM
Unknown Object (File)
Feb 3 2024, 1:40 PM
Unknown Object (File)
Feb 3 2024, 1:39 PM
Subscribers

Details

Summary

Ref T11114. Differential has more actions than it once did, and may have further actions in the future.

Make this dropdown a little easier to parse by grouping similar types of actions, like "Accept" and "Reject".

(The action order still needs to be tweaked a bit.)

Test Plan

Screen Shot 2016-12-29 at 1.17.16 PM.png (348×324 px, 38 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

one complaint we (FreeBSD) get when we enable abandon for anyone is that the top action is abandon, not accept, and this causes it get used accidentally. Does this change that behavior?

Yes, although the next change will tweak order a little further.

After this change, "review" actions (accept, reject, resign) are always first.

They are always followed by "revision" actions (abandon, close, commandeer, reclaim, plan changes, reopen, request review).

Other actions (change project tags, change subscribers, other third-party stuff) appear at the bottom.

Within the groups, the actions are currently alphabetical by internal class name (or something). The next diff will give them more logical orders, probably:

  • accept, reject, resign
  • plan changes, request review, close, reopen, abandon, reclaim, commandeer

The newer stacked action UI also has an additional line of explanatory text ("This revision will be removed from review queues until it is revised.") which might help catch this. Not sure that's final, but if it sticks around we could make that bold/red/flashy/animated/enormous for rare actions, conceivably, if revising order alone is insufficient:

Screen Shot 2016-12-29 at 1.39.23 PM.png (414×845 px, 38 KB)

I am sorry that frowny cat is a luddite who can't abide the inevitable march of technological progress, but CSS animations are the future of UI.

In a super extreme case, we could do this:

Abandon Revision: [ ] Check this box to confirm that you want to ABANDON this revision. 
                   ^                                                ^
                   |                                                |
                   +- Must be checked to continue.                  |
                                                                    |
                                      Flashing, animated red text. -+

However, I suspect that grouping/reordering will resolve this concern without more drastic steps.

However, I suspect that grouping/reordering will resolve this concern without more drastic steps.

Agreed. I suspect that this was mostly the case of seeing two "A" words near each other (and possibly just being used to +A+

chad edited edge metadata.
This revision is now accepted and ready to land.Dec 30 2016, 5:55 PM