@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 some icons not displayed on UIExamples' "Icons and Images" (PHUIIconExample) page

Summary:
Fix three typos in icon names

Closes T15454

Test Plan: Go to `/uiexample/view/PHUIIconExample/` before and after applying the change; compare icons displayed for `fa-codiepie`, `fa-user-o`, `fa-thermometer-0`

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15454

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

+3 -3
+3 -3
src/view/phui/PHUIIconView.php
··· 780 780 'fa-reddit-alien', 781 781 'fa-edge', 782 782 'fa-credit-card-alt', 783 - 'fa-codiepie:before', 783 + 'fa-codiepie', 784 784 'fa-modx', 785 785 'fa-fort-awesome', 786 786 'fa-usb', ··· 843 843 'fa-address-card-o', 844 844 'fa-user-circle', 845 845 'fa-user-circle-o', 846 - 'fa-user-o:before', 846 + 'fa-user-o', 847 847 'fa-id-badge', 848 848 'fa-drivers-license', 849 849 'fa-id-card', ··· 861 861 'fa-thermometer-half', 862 862 'fa-thermometer-1', 863 863 'fa-thermometer-quarter', 864 - 'fa-thermometer-0:', 864 + 'fa-thermometer-0', 865 865 'fa-thermometer-empty', 866 866 'fa-shower', 867 867 'fa-bathtub',