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

Add additional icons for User Profiles

Summary: Designer, Musician, Spy, Robot

Test Plan: Click Choose Icon, see that I am a designer.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

authored by

Chad Little and committed by
chad
e2da5717 ce30f8c8

+20
+20
src/applications/people/icon/PhabricatorPeopleIconSet.php
··· 75 75 'name' => pht('Resources'), 76 76 ), 77 77 array( 78 + 'key' => 'camera', 79 + 'icon' => 'fa-camera-retro', 80 + 'name' => pht('Design'), 81 + ), 82 + array( 83 + 'key' => 'music', 84 + 'icon' => 'fa-headphones', 85 + 'name' => pht('Musician'), 86 + ), 87 + array( 88 + 'key' => 'spy', 89 + 'icon' => 'fa-user-secret', 90 + 'name' => pht('Spy'), 91 + ), 92 + array( 93 + 'key' => 'android', 94 + 'icon' => 'fa-android', 95 + 'name' => pht('Bot'), 96 + ), 97 + array( 78 98 'key' => 'relationships', 79 99 'icon' => 'fa-glass', 80 100 'name' => pht('Relationships'),