@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make reject, accept outline icons

Summary: These are a little easier on the eyes.

Test Plan:
Reject an epriestley diff.

{F146851}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D8841

+2 -2
+2 -2
src/applications/differential/storage/DifferentialTransaction.php
··· 353 353 case DifferentialAction::ACTION_CLOSE: 354 354 return 'fa-check'; 355 355 case DifferentialAction::ACTION_ACCEPT: 356 - return 'fa-check-circle'; 356 + return 'fa-check-circle-o'; 357 357 case DifferentialAction::ACTION_REJECT: 358 - return 'fa-times-circle'; 358 + return 'fa-times-circle-o'; 359 359 case DifferentialAction::ACTION_ABANDON: 360 360 return 'fa-plane'; 361 361 case DifferentialAction::ACTION_RETHINK: