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

Scroll only long sidebar in project workboard view instead of page

Summary:
Do not show a void of emptiness below the workboard columns section when scrolling down on a project workboard with a lot of items in the left sidebar.

Patch written by @A_smart_kitten.

Closes T16338

Test Plan:
* Create a workboard for a project.
* Add a lot of links to that workboard's sidebar menu via `/project/<project-id>/item/configure/global/`.
* Visit that workboard & attempt to scroll down the links in the left-hand sidebar.
* See that the entire page does not scroll anymore (exposing emptiness below the columns) but only the sidebar.

Reviewers: O1 Blessed Committers, aklapper, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: mainframe98, tobiaswiese, valerio.bozzolan, Matthew, A_smart_kitten, Cigaryno

Maniphest Tasks: T16338

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

authored by

Andre Klapper and committed by
a smart kitten
e7be104e 61669146

+7 -2
+2 -2
resources/celerity/map.php
··· 174 174 'rsrc/css/phui/phui-timeline-view.css' => '0277217e', 175 175 'rsrc/css/phui/phui-two-column-view.css' => '54fb9794', 176 176 'rsrc/css/phui/workboards/phui-workboard-color.css' => '27fbe0ac', 177 - 'rsrc/css/phui/workboards/phui-workboard.css' => 'e7ba21a7', 177 + 'rsrc/css/phui/workboards/phui-workboard.css' => '269c93f8', 178 178 'rsrc/css/phui/workboards/phui-workcard.css' => 'a6c585d5', 179 179 'rsrc/css/phui/workboards/phui-workpanel.css' => 'c44f95c7', 180 180 'rsrc/css/sprite-login.css' => '0abdf921', ··· 830 830 'phui-timeline-view-css' => '0277217e', 831 831 'phui-two-column-view-css' => '54fb9794', 832 832 'phui-workboard-color-css' => '27fbe0ac', 833 - 'phui-workboard-view-css' => 'e7ba21a7', 833 + 'phui-workboard-view-css' => '269c93f8', 834 834 'phui-workcard-view-css' => 'a6c585d5', 835 835 'phui-workpanel-view-css' => 'c44f95c7', 836 836 'phuix-action-list-view' => 'c68f183f',
+5
webroot/rsrc/css/phui/workboards/phui-workboard.css
··· 90 90 display: none; 91 91 } 92 92 93 + .device-desktop .phui-profile-menu .project-board-nav .phabricator-side-menu { 94 + max-height: calc(100vh - 56px); 95 + overflow-y: auto; 96 + } 97 + 93 98 .device .phui-workboard-expand-icon { 94 99 display: none; 95 100 }