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

Add mobile app menu to Project Lists

Summary: Using Project lists on mobile is missing the query menu, this adds it.

Test Plan: test mobile layout, click menu, see query list

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+4
+4
src/applications/project/controller/PhabricatorProjectListController.php
··· 22 22 return $this->delegateToController($controller); 23 23 } 24 24 25 + public function buildApplicationMenu() { 26 + return $this->buildSideNavView(true)->getMenu(); 27 + } 28 + 25 29 public function buildApplicationCrumbs() { 26 30 $crumbs = parent::buildApplicationCrumbs(); 27 31