1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Add addtional hints you haven't submitted comments on a Diff

Summary: Ref T3669. Probably. Adds a yellow warning at the top of the Diff View and makes the comment draft icon yellow on lists of revisions.

Test Plan:
Test a diff with many warnings, see warning. Test a diff with draft comments, see warning. Test new icon in list view.

{F230133}

{F230134}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T3669

Differential Revision: https://secure.phabricator.com/D10789
This commit is contained in:
Chad Little 2014-12-05 16:38:32 -08:00
parent 5f3753e231
commit a0907819cd

View file

@ -127,7 +127,7 @@ final class DifferentialRevisionListView extends AphrontView {
if (isset($icons['draft'])) {
$draft = id(new PHUIIconView())
->setIconFont('fa-comment-o lightgreytext')
->setIconFont('fa-comment yellow')
->addSigil('has-tooltip')
->setMetadata(
array(