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

Icons: Remove duplicate icon names from PHUIIconExample

Summary:
http://phorge.localhost/uiexample/view/PHUIIconExample/ lists `fa-git` and `fa-hacker-news` twice.
(I only refer to duplicate _names_. Duplicate _icons_ due to name aliases is a different topic.)
`PHUIIconView::getIcons()` is to blame for that content.
Remove these two duplicate name entries.

Test Plan: Look at http://phorge.localhost/uiexample/view/PHUIIconExample/ and search for `fa-git` and `fa-hacker-news`.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

-2
-2
src/view/phui/PHUIIconView.php
··· 596 596 'fa-empire', 597 597 'fa-git-square', 598 598 'fa-git', 599 - 'fa-hacker-news', 600 599 'fa-tencent-weibo', 601 600 'fa-qq', 602 601 'fa-wechat', ··· 696 695 'fa-train', 697 696 'fa-subway', 698 697 'fa-medium', 699 - 'fa-git', 700 698 'fa-y-combinator-square', 701 699 'fa-yc-square', 702 700 'fa-hacker-news',