@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 "book" instead of "life ring" icon for global help menu

Summary: This is more consistent with the icon we use for documentation elsewhere.

Test Plan: Looked at the icon, had an easier time guessing it meant "documentation".

Reviewers: chad

Reviewed By: chad

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

+1 -1
+1 -1
src/applications/help/extension/PhabricatorHelpMainMenuBarExtension.php
··· 36 36 $help_name = pht('%s Help', $application->getName()); 37 37 38 38 $help_item = id(new PHUIListItemView()) 39 - ->setIcon('fa-life-ring') 39 + ->setIcon('fa-book') 40 40 ->addClass('core-menu-item') 41 41 ->setID($help_id) 42 42 ->setName($help_name)