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

Add back maniphest group headers to Dashboards

Summary: Fixes T6364. We should eventually remove the custom CSS from Maniphest, for now just share the styles.

Test Plan:
Add a dashboard panel to my home dashboard with GROUP BY set to Assigned on Maniphest Tasks.

{F222017}

Reviewers: epriestley, btrahan

Reviewed By: btrahan

Subscribers: hashar, Korvin, epriestley

Maniphest Tasks: T6364

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

+10 -8
+6 -6
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '2105d027', 10 + 'core.pkg.css' => '37feac72', 11 11 'core.pkg.js' => 'cbdbd552', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '8af45893', 14 14 'differential.pkg.js' => '73337d1d', 15 15 'diffusion.pkg.css' => '591664fa', 16 16 'diffusion.pkg.js' => 'bfc0737b', 17 - 'maniphest.pkg.css' => 'f5d89daf', 17 + 'maniphest.pkg.css' => 'e34dfbec', 18 18 'maniphest.pkg.js' => 'df4aa49f', 19 19 'rsrc/css/aphront/aphront-bars.css' => '231ac33c', 20 20 'rsrc/css/aphront/context-bar.css' => '1c3b0529', ··· 72 72 'rsrc/css/application/maniphest/batch-editor.css' => '8f380ebc', 73 73 'rsrc/css/application/maniphest/report.css' => '6fc16517', 74 74 'rsrc/css/application/maniphest/task-edit.css' => '8e23031b', 75 - 'rsrc/css/application/maniphest/task-summary.css' => '00c3be7a', 75 + 'rsrc/css/application/maniphest/task-summary.css' => '13ed8360', 76 76 'rsrc/css/application/objectselector/object-selector.css' => '029a133d', 77 77 'rsrc/css/application/owners/owners-path-editor.css' => '2f00933b', 78 78 'rsrc/css/application/paste/paste.css' => 'aa1767d1', ··· 134 134 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 135 135 'rsrc/css/phui/phui-list.css' => '43ed2d93', 136 136 'rsrc/css/phui/phui-object-box.css' => 'e9f7e938', 137 - 'rsrc/css/phui/phui-object-item-list-view.css' => 'd72a6ba9', 137 + 'rsrc/css/phui/phui-object-item-list-view.css' => 'bf6da979', 138 138 'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269', 139 139 'rsrc/css/phui/phui-property-list-view.css' => '3eff4eb4', 140 140 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', ··· 690 690 'maniphest-batch-editor' => '8f380ebc', 691 691 'maniphest-report-css' => '6fc16517', 692 692 'maniphest-task-edit-css' => '8e23031b', 693 - 'maniphest-task-summary-css' => '00c3be7a', 693 + 'maniphest-task-summary-css' => '13ed8360', 694 694 'multirow-row-manager' => '41e47dea', 695 695 'owners-path-editor' => 'aa1733d0', 696 696 'owners-path-editor-css' => '2f00933b', ··· 777 777 'phui-info-panel-css' => '27ea50a1', 778 778 'phui-list-view-css' => '43ed2d93', 779 779 'phui-object-box-css' => 'e9f7e938', 780 - 'phui-object-item-list-view-css' => 'd72a6ba9', 780 + 'phui-object-item-list-view-css' => 'bf6da979', 781 781 'phui-pinboard-view-css' => '3dd4a269', 782 782 'phui-property-list-view-css' => '3eff4eb4', 783 783 'phui-remarkup-preview-css' => '19ad512b',
+2 -1
webroot/rsrc/css/application/maniphest/task-summary.css
··· 101 101 } 102 102 103 103 .dashboard-panel .maniphest-task-group-header { 104 - display: none; 104 + border-left: 1px solid {$lightblueborder}; 105 + border-right: 1px solid {$lightblueborder}; 105 106 }
+2 -1
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 681 681 border-radius: 0; 682 682 } 683 683 684 - .dashboard-panel .phui-object-item-list-header { 684 + .dashboard-panel .phui-object-item-list-header, 685 + .dashboard-panel .maniphest-task-group-header { 685 686 font-size: 13px; 686 687 color: {$bluetext}; 687 688 background: {$lightgreybackground};