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

Fix short left panel on pages with little content

Summary:
This regression was introduced by 7a9be1.
Notably, it doesn't fix the UIExamples application completely,
because it doesn't nest the same way that regular pages do.

Fixes T16188

Test Plan:
* Look at http://phorge.localhost/uiexample/view/PHUITimelineExample/
* Look at http://phorge.localhost/maniphest/

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/D26208

mainframe98 bc743c31 519d4ade

+4 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'beb13d57', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => 'acc670a2', 12 + 'core.pkg.css' => '81ad312e', 13 13 'core.pkg.js' => '83580d78', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '77189aae', ··· 132 132 'rsrc/css/phui/phui-action-list.css' => 'b46ef6bd', 133 133 'rsrc/css/phui/phui-action-panel.css' => 'c0db6855', 134 134 'rsrc/css/phui/phui-badge.css' => 'aa49028c', 135 - 'rsrc/css/phui/phui-basic-nav-view.css' => 'a2841568', 135 + 'rsrc/css/phui/phui-basic-nav-view.css' => 'f9e2ac35', 136 136 'rsrc/css/phui/phui-big-info-view.css' => '362ad37b', 137 137 'rsrc/css/phui/phui-box.css' => '5ed3b8cb', 138 138 'rsrc/css/phui/phui-bulk-editor.css' => '374d5e30', ··· 784 784 'phriction-document-css' => 'd8f8cdd6', 785 785 'phui-action-panel-css' => 'c0db6855', 786 786 'phui-badge-view-css' => 'aa49028c', 787 - 'phui-basic-nav-view-css' => 'a2841568', 787 + 'phui-basic-nav-view-css' => 'f9e2ac35', 788 788 'phui-big-info-view-css' => '362ad37b', 789 789 'phui-box-css' => '5ed3b8cb', 790 790 'phui-bulk-editor-css' => '374d5e30',
+1 -1
webroot/rsrc/css/phui/phui-basic-nav-view.css
··· 11 11 .device-desktop .phui-navigation-shell .phabricator-nav, 12 12 .phabricator-home.device .phui-navigation-shell .phabricator-nav { 13 13 display: flex; 14 - min-height: 100%; 14 + min-height: calc(100vh - {$menu.main.height}); 15 15 } 16 16 17 17 .device-desktop .phui-navigation-shell .phabricator-nav-local,