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

Fix type icon of PhabricatorMetaMTAApplicationEmailPHIDType

Summary:
`fa-email` does not exist in FontAwesome per http://phorge.localhost/uiexample/view/PHUIIconExample/.
Use existing `fa-envelope` instead like the codebase already does in other email related places.

Test Plan:
Go to http://phorge.localhost/config/module/phid/ and look at the "APPE" line, see an icon now.
(No, I have no idea why four icons use `bluegrey` while the rest does not, sorry.)

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26420

+1 -1
+1 -1
src/applications/phid/PhabricatorMetaMTAApplicationEmailPHIDType.php
··· 10 10 } 11 11 12 12 public function getTypeIcon() { 13 - return 'fa-email bluegrey'; 13 + return 'fa-envelope bluegrey'; 14 14 } 15 15 16 16 public function newObject() {