@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 outlier dashboard panel display bugs

Summary: ref T7236, should resolve all, or at least most issues.

Test Plan: Tested Legalpad, Account Activity, Feed, Maniphest, Differential, Projects, Countdown

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7236

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

+12 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'e5d56a4a', 10 + 'core.pkg.css' => '871df527', 11 11 'core.pkg.js' => '65e04767', 12 12 'darkconsole.pkg.js' => '8ab24e01', 13 13 'differential.pkg.css' => '380f07e5', ··· 138 138 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 139 139 'rsrc/css/phui/phui-list.css' => '53deb25c', 140 140 'rsrc/css/phui/phui-object-box.css' => 'b8b7fd78', 141 - 'rsrc/css/phui/phui-object-item-list-view.css' => '97d117e1', 141 + 'rsrc/css/phui/phui-object-item-list-view.css' => '79aeec9e', 142 142 'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269', 143 143 'rsrc/css/phui/phui-property-list-view.css' => '51480060', 144 144 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', ··· 792 792 'phui-info-panel-css' => '27ea50a1', 793 793 'phui-list-view-css' => '53deb25c', 794 794 'phui-object-box-css' => 'b8b7fd78', 795 - 'phui-object-item-list-view-css' => '97d117e1', 795 + 'phui-object-item-list-view-css' => '79aeec9e', 796 796 'phui-pinboard-view-css' => '3dd4a269', 797 797 'phui-property-list-view-css' => '51480060', 798 798 'phui-remarkup-preview-css' => '19ad512b',
+9
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 678 678 .dashboard-panel .phui-object-item-empty .phui-error-view { 679 679 border: none; 680 680 border-bottom: 1px solid {$thinblueborder}; 681 + margin: 0; 681 682 } 682 683 683 684 .device-desktop .aphront-multi-column-fluid .aphront-multi-column-2-up 684 685 .aphront-multi-column-column-outer.third .phui-object-item-col2 { 685 686 display: none; 687 + } 688 + 689 + .dashboard-panel .phui-object-box .phui-header-shell { 690 + display: none; 691 + } 692 + 693 + .dashboard-panel .phui-object-box { 694 + margin: 0; 686 695 } 687 696 688 697