1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 23:02:42 +01:00

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
This commit is contained in:
Chad Little 2014-10-21 10:07:20 -07:00
parent 578d4e7f58
commit 58b75b15fa
3 changed files with 10 additions and 8 deletions

View file

@ -7,14 +7,14 @@
*/
return array(
'names' => array(
'core.pkg.css' => '2105d027',
'core.pkg.css' => '37feac72',
'core.pkg.js' => 'cbdbd552',
'darkconsole.pkg.js' => 'df001cab',
'differential.pkg.css' => '8af45893',
'differential.pkg.js' => '73337d1d',
'diffusion.pkg.css' => '591664fa',
'diffusion.pkg.js' => 'bfc0737b',
'maniphest.pkg.css' => 'f5d89daf',
'maniphest.pkg.css' => 'e34dfbec',
'maniphest.pkg.js' => 'df4aa49f',
'rsrc/css/aphront/aphront-bars.css' => '231ac33c',
'rsrc/css/aphront/context-bar.css' => '1c3b0529',
@ -72,7 +72,7 @@ return array(
'rsrc/css/application/maniphest/batch-editor.css' => '8f380ebc',
'rsrc/css/application/maniphest/report.css' => '6fc16517',
'rsrc/css/application/maniphest/task-edit.css' => '8e23031b',
'rsrc/css/application/maniphest/task-summary.css' => '00c3be7a',
'rsrc/css/application/maniphest/task-summary.css' => '13ed8360',
'rsrc/css/application/objectselector/object-selector.css' => '029a133d',
'rsrc/css/application/owners/owners-path-editor.css' => '2f00933b',
'rsrc/css/application/paste/paste.css' => 'aa1767d1',
@ -134,7 +134,7 @@ return array(
'rsrc/css/phui/phui-info-panel.css' => '27ea50a1',
'rsrc/css/phui/phui-list.css' => '43ed2d93',
'rsrc/css/phui/phui-object-box.css' => 'e9f7e938',
'rsrc/css/phui/phui-object-item-list-view.css' => 'd72a6ba9',
'rsrc/css/phui/phui-object-item-list-view.css' => 'bf6da979',
'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269',
'rsrc/css/phui/phui-property-list-view.css' => '3eff4eb4',
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
@ -690,7 +690,7 @@ return array(
'maniphest-batch-editor' => '8f380ebc',
'maniphest-report-css' => '6fc16517',
'maniphest-task-edit-css' => '8e23031b',
'maniphest-task-summary-css' => '00c3be7a',
'maniphest-task-summary-css' => '13ed8360',
'multirow-row-manager' => '41e47dea',
'owners-path-editor' => 'aa1733d0',
'owners-path-editor-css' => '2f00933b',
@ -777,7 +777,7 @@ return array(
'phui-info-panel-css' => '27ea50a1',
'phui-list-view-css' => '43ed2d93',
'phui-object-box-css' => 'e9f7e938',
'phui-object-item-list-view-css' => 'd72a6ba9',
'phui-object-item-list-view-css' => 'bf6da979',
'phui-pinboard-view-css' => '3dd4a269',
'phui-property-list-view-css' => '3eff4eb4',
'phui-remarkup-preview-css' => '19ad512b',

View file

@ -101,5 +101,6 @@
}
.dashboard-panel .maniphest-task-group-header {
display: none;
border-left: 1px solid {$lightblueborder};
border-right: 1px solid {$lightblueborder};
}

View file

@ -681,7 +681,8 @@
border-radius: 0;
}
.dashboard-panel .phui-object-item-list-header {
.dashboard-panel .phui-object-item-list-header,
.dashboard-panel .maniphest-task-group-header {
font-size: 13px;
color: {$bluetext};
background: {$lightgreybackground};