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

Display short description for non full width apps on homepage

Test Plan: Hovered over it.

Reviewers: chad, epriestley

Reviewed By: chad

CC: aran, Korvin

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

vrana 72734318 d3323d0b

+1
+1
src/applications/meta/view/PhabricatorApplicationLaunchView.php
··· 125 125 array( 126 126 'class' => implode(' ', $classes), 127 127 'href' => $application ? $application->getBaseURI() : null, 128 + 'title' => $application ? $application->getShortDescription() : null, 128 129 ), 129 130 $icon. 130 131 $this->renderSingleView($content));