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

UIExamples: Set the sidebar as page navigation

Summary:
This makes it behave like a regular sidebar with regards to the footer,
so that it doesn't result in the footer filling the width of the screen.

Ref T16188

Test Plan:
* Enable prototype applications
* Visit http://phorge.localhost/uiexample/view/PHUITimelineExample/ and look at the footer

Reviewers: O1 Blessed Committers, aklapper

Reviewed By: O1 Blessed Committers, aklapper

Subscribers: aklapper, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16188

Differential Revision: https://we.phorge.it/D26209

mainframe98 ce3c11dc bc743c31

+1 -1
+1 -1
src/applications/uiexample/controller/PhabricatorUIExampleRenderController.php
··· 57 57 58 58 return $this->newPage() 59 59 ->setTitle($example->getName()) 60 - ->appendChild($nav); 60 + ->setNavigation($nav); 61 61 } 62 62 63 63 }