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

Making DifferentialListController more mobile-friendly

Summary:
We now have the app menu top-right, so we don't need the side navbar anymore

Refs T2014

Test Plan: Visited list view in narrow / wide browser. Could access everything either directly (tables :P) or the top right menus

Reviewers: epriestley, chad

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2014

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

authored by

Anh Nhan Nguyen and committed by
epriestley
7924e672 d4938c34

+3 -2
+3 -2
src/applications/differential/controller/DifferentialRevisionListController.php
··· 184 184 return $this->buildApplicationPage( 185 185 $side_nav, 186 186 array( 187 - 'title' => pht('Differential Home'), 188 - 'dust' => true, 187 + 'title' => pht('Differential Home'), 188 + 'device' => true, 189 + 'dust' => true, 189 190 )); 190 191 } 191 192