2011-02-08 19:53:59 +01:00
|
|
|
/**
|
|
|
|
* @provides maniphest-task-summary-css
|
|
|
|
*/
|
|
|
|
|
2013-03-13 07:30:03 +01:00
|
|
|
.device-phone .maniphest-task-batch,
|
|
|
|
.device-phone .maniphest-task-updated {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-02-11 19:28:37 +01:00
|
|
|
.maniphest-task-group-header {
|
2013-01-17 21:36:31 +01:00
|
|
|
font-size: 16px;
|
[Redesign] New PHUIObjectItemListView
Summary:
New, cleaner, ObjectItemLists. Lots of minor style tweaks, basic overview:
- Remove FootIcons
- Remove Stackable
- Remove Plain List
- Add StatusIcon
- Add setting ObjectList to an ObjectBox
- Minor retouches to Headers
Mostly, this should give us an idea of life with the new Object Lists. I'll take another application by application pass down the road. This mostly looks at implementation in Maniphest, Differential, Audit, Workboards. Checked a few other areas and dialogs while testing, and everything looks square.
Test Plan: Maniphest, Differential, Homepage, Audit, People, and other applications. Drag reorder, etc.
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Differential Revision: https://secure.phabricator.com/D12865
2015-05-15 22:28:59 +02:00
|
|
|
font-weight: normal;
|
|
|
|
color: {$darkbluetext};
|
2013-03-13 07:30:03 +01:00
|
|
|
padding: 0 0 8px 0;
|
2013-01-24 21:39:03 +01:00
|
|
|
}
|
|
|
|
|
Allow Maniphest to scale to a massive size
Summary:
Maniphest is missing some keys and some query strategy which will make it
cumbersome to manage more than a few tens of thousands of tasks.
Test Plan:
Handily manipulated 100k-scale task groups. Maniphest takes about 250ms to
select and render pages of 1,000 tasks and has no problem paging and filtering
them, etc. We should be good to scale to multiple millions of tasks with these
changes.
Reviewed By: gc3
Reviewers: fratrik, jungejason, aran, tuomaspelkonen, gc3
Commenters: jungejason
CC: anjali, aran, epriestley, gc3, jungejason
Differential Revision: 534
2011-06-27 03:50:17 +02:00
|
|
|
.maniphest-total-result-count {
|
|
|
|
text-align: right;
|
2013-03-13 07:30:03 +01:00
|
|
|
padding: 5px 20px 0 0;
|
Allow Maniphest to scale to a massive size
Summary:
Maniphest is missing some keys and some query strategy which will make it
cumbersome to manage more than a few tens of thousands of tasks.
Test Plan:
Handily manipulated 100k-scale task groups. Maniphest takes about 250ms to
select and render pages of 1,000 tasks and has no problem paging and filtering
them, etc. We should be good to scale to multiple millions of tasks with these
changes.
Reviewed By: gc3
Reviewers: fratrik, jungejason, aran, tuomaspelkonen, gc3
Commenters: jungejason
CC: anjali, aran, epriestley, gc3, jungejason
Differential Revision: 534
2011-06-27 03:50:17 +02:00
|
|
|
font-size: 11px;
|
2013-09-02 17:10:47 +02:00
|
|
|
color: {$greytext};
|
2013-03-13 07:30:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .maniphest-total-result-count {
|
|
|
|
padding-right: 5px;
|
Allow Maniphest to scale to a massive size
Summary:
Maniphest is missing some keys and some query strategy which will make it
cumbersome to manage more than a few tens of thousands of tasks.
Test Plan:
Handily manipulated 100k-scale task groups. Maniphest takes about 250ms to
select and render pages of 1,000 tasks and has no problem paging and filtering
them, etc. We should be good to scale to multiple millions of tasks with these
changes.
Reviewed By: gc3
Reviewers: fratrik, jungejason, aran, tuomaspelkonen, gc3
Commenters: jungejason
CC: anjali, aran, epriestley, gc3, jungejason
Differential Revision: 534
2011-06-27 03:50:17 +02:00
|
|
|
}
|
2012-02-24 22:00:48 +01:00
|
|
|
|
|
|
|
.maniphest-batch-editor-layout {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-batch-editor-layout td {
|
[Redesign] New PHUIObjectItemListView
Summary:
New, cleaner, ObjectItemLists. Lots of minor style tweaks, basic overview:
- Remove FootIcons
- Remove Stackable
- Remove Plain List
- Add StatusIcon
- Add setting ObjectList to an ObjectBox
- Minor retouches to Headers
Mostly, this should give us an idea of life with the new Object Lists. I'll take another application by application pass down the road. This mostly looks at implementation in Maniphest, Differential, Audit, Workboards. Checked a few other areas and dialogs while testing, and everything looks square.
Test Plan: Maniphest, Differential, Homepage, Audit, People, and other applications. Drag reorder, etc.
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Differential Revision: https://secure.phabricator.com/D12865
2015-05-15 22:28:59 +02:00
|
|
|
padding: 12px 4px 8px;
|
2012-02-24 22:00:48 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-batch-editor-layout a.button,
|
|
|
|
.maniphest-batch-editor-layout button {
|
|
|
|
margin: 0px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-batch-editor-layout .batch-select-submit-cell {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#batch-select-status-cell {
|
|
|
|
text-align: right;
|
2013-09-02 17:08:54 +02:00
|
|
|
color: {$greytext};
|
2012-02-24 22:00:48 +01:00
|
|
|
font-size: 11px;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2012-03-05 22:51:35 +01:00
|
|
|
|
2014-02-14 03:12:38 +01:00
|
|
|
.maniphest-board-link {
|
|
|
|
color: {$bluetext};
|
|
|
|
}
|
2014-05-20 20:48:16 +02:00
|
|
|
|
|
|
|
/* - Dashboards ------------------------------------------------------------ */
|
|
|
|
|
|
|
|
.dashboard-panel .maniphest-list-container {
|
2014-05-23 22:44:51 +02:00
|
|
|
padding: 0;
|
2014-05-20 20:48:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.dashboard-panel .maniphest-task-group + .maniphest-task-group {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
2014-05-24 06:48:15 +02:00
|
|
|
|
|
|
|
.dashboard-panel .maniphest-task-group-header {
|
2014-10-21 19:07:20 +02:00
|
|
|
border-left: 1px solid {$lightblueborder};
|
|
|
|
border-right: 1px solid {$lightblueborder};
|
2014-05-24 06:48:15 +02:00
|
|
|
}
|