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

Make the mobile menu available in "/mail/"

Summary: Ref T13244. See <https://discourse.phabricator-community.org/t/left-hand-menu-not-responsive-on-mobile/2358>.

Test Plan: {F6184160}

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13244

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

+4
+4
src/applications/metamta/controller/PhabricatorMetaMTAMailListController.php
··· 27 27 return $nav; 28 28 } 29 29 30 + public function buildApplicationMenu() { 31 + return $this->buildSideNav()->getMenu(); 32 + } 33 + 30 34 }