mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
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
This commit is contained in:
parent
05c13857af
commit
7361e605dc
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ final class PhabricatorProjectListController
|
|||
return $this->delegateToController($controller);
|
||||
}
|
||||
|
||||
public function buildApplicationMenu() {
|
||||
return $this->buildSideNavView(true)->getMenu();
|
||||
}
|
||||
|
||||
public function buildApplicationCrumbs() {
|
||||
$crumbs = parent::buildApplicationCrumbs();
|
||||
|
||||
|
|
Loading…
Reference in a new issue