@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.

[Redesign] Try fa-code icon for open Diffs

Summary: Ref T8099, changes the icon from open to 'code'. Feels slightly better.

Test Plan: btrahan, epriestley

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T8099

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

+1 -1
+1 -1
src/applications/differential/view/DifferentialRevisionListView.php
··· 165 165 166 166 switch ($status) { 167 167 case ArcanistDifferentialRevisionStatus::NEEDS_REVIEW: 168 - $item->setStatusIcon('fa-square-o black', pht('Needs Review')); 168 + $item->setStatusIcon('fa-code grey', pht('Needs Review')); 169 169 break; 170 170 case ArcanistDifferentialRevisionStatus::NEEDS_REVISION: 171 171 $item->setStatusIcon('fa-refresh red', pht('Needs Revision'));