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

Give Daemons a mobile menu

Summary: Fixes T12422.

Test Plan: {F4269080}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12422

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

+4
+4
src/applications/daemon/controller/PhabricatorDaemonController.php
··· 7 7 return true; 8 8 } 9 9 10 + public function buildApplicationMenu() { 11 + return $this->buildSideNavView(true)->getMenu(); 12 + } 13 + 10 14 protected function buildSideNavView() { 11 15 $nav = new AphrontSideNavFilterView(); 12 16 $nav->setBaseURI(new PhutilURI($this->getApplicationURI()));