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

Provide a scrollbar when properties overflow on desktop

Summary: Fixes issues seen in D10690 with unit results.

Test Plan: test D10690 and locally

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+4 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'e8a5c5fa', 10 + 'core.pkg.css' => 'af8819fd', 11 11 'core.pkg.js' => 'cbdbd552', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '0f9c3082', ··· 136 136 'rsrc/css/phui/phui-object-box.css' => 'e9f7e938', 137 137 'rsrc/css/phui/phui-object-item-list-view.css' => 'e1e6425f', 138 138 'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269', 139 - 'rsrc/css/phui/phui-property-list-view.css' => '86f9df88', 139 + 'rsrc/css/phui/phui-property-list-view.css' => '3eff4eb4', 140 140 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', 141 141 'rsrc/css/phui/phui-spacing.css' => '042804d6', 142 142 'rsrc/css/phui/phui-status.css' => '2f562399', ··· 779 779 'phui-object-box-css' => 'e9f7e938', 780 780 'phui-object-item-list-view-css' => 'e1e6425f', 781 781 'phui-pinboard-view-css' => '3dd4a269', 782 - 'phui-property-list-view-css' => '86f9df88', 782 + 'phui-property-list-view-css' => '3eff4eb4', 783 783 'phui-remarkup-preview-css' => '19ad512b', 784 784 'phui-spacing-css' => '042804d6', 785 785 'phui-status-list-view-css' => '2f562399',
+1
webroot/rsrc/css/phui/phui-property-list-view.css
··· 74 74 margin-left: 1%; 75 75 float: left; 76 76 margin-bottom: 4px; 77 + overflow-x: auto; 77 78 } 78 79 79 80 .device .phui-property-list-value,