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

Use "fa-shopping-bag" instead of "fa-list-alt" for Owners package icon

Summary:
Ref T10939. These appear in "Subscribers" tokenizers now and we got a maybe slightly better icon in the last FA update: {icon shopping-bag} instead of {icon list-alt}.

(I don't feel strongly about this, the old icon just doesn't seem very evocative.)

Test Plan:
o.( O___O ).o

{F1311641}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10939

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

+1 -1
+1 -1
src/applications/owners/phid/PhabricatorOwnersPackagePHIDType.php
··· 9 9 } 10 10 11 11 public function getTypeIcon() { 12 - return 'fa-list-alt'; 12 + return 'fa-shopping-bag'; 13 13 } 14 14 15 15 public function newObject() {