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

Have app tooltips align east with more width

Summary: I find this easier to read

Test Plan: Hover over tooltip area

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+2 -1
+2 -1
src/applications/meta/view/PhabricatorApplicationLaunchView.php
··· 98 98 'sigil' => 'has-tooltip', 99 99 'meta' => array( 100 100 'tip' => implode("\n", $text), 101 - 'size' => 240, 101 + 'size' => 300, 102 + 'align' => 'E', 102 103 ), 103 104 'class' => 'phabricator-application-launch-attention', 104 105 ),