2011-02-08 10:53:59 -08:00
|
|
|
/**
|
|
|
|
|
* @provides maniphest-task-summary-css
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.maniphest-task-summary {
|
|
|
|
|
width: 100%;
|
2012-02-24 13:00:48 -08:00
|
|
|
margin: 4px 0;
|
2012-04-02 12:12:04 -07:00
|
|
|
border-collapse: separate;
|
2012-02-24 13:00:48 -08:00
|
|
|
|
2012-04-02 10:27:31 -07:00
|
|
|
font-size: 12px;
|
2013-01-17 12:36:31 -08:00
|
|
|
color: #333;
|
2011-02-08 10:53:59 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.maniphest-task-summary td {
|
2013-01-17 12:36:31 -08:00
|
|
|
padding: 6px 4px;
|
|
|
|
|
background: #fff;
|
2011-02-08 10:53:59 -08:00
|
|
|
white-space: nowrap;
|
2012-02-24 13:00:48 -08:00
|
|
|
|
|
|
|
|
border-style: solid;
|
2013-01-17 12:36:31 -08:00
|
|
|
border-top-color: #d5dadf;
|
|
|
|
|
border-bottom-color: #d5dadf;
|
2012-02-24 13:00:48 -08:00
|
|
|
border-width: 1px 0;
|
|
|
|
|
}
|
|
|
|
|
|
2012-04-02 10:27:31 -07:00
|
|
|
.maniphest-task-summary td em {
|
|
|
|
|
color: #888888;
|
|
|
|
|
}
|
|
|
|
|
|
2012-02-24 13:00:48 -08:00
|
|
|
.maniphest-batch-selected td {
|
2013-01-17 12:36:31 -08:00
|
|
|
background: #fff;
|
2012-02-24 13:00:48 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.maniphest-task-summary td.maniphest-task-handle {
|
2013-01-17 12:36:31 -08:00
|
|
|
padding: 0 4px;
|
2012-02-24 13:00:48 -08:00
|
|
|
width: 1px;
|
|
|
|
|
|
|
|
|
|
border-right-width: 1px;
|
2013-01-17 12:36:31 -08:00
|
|
|
border-right-color: #d5dadf;
|
2012-02-24 13:00:48 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.maniphest-task-summary td.maniphest-task-batch {
|
2012-04-02 10:27:31 -07:00
|
|
|
padding-right: 0px;
|
|
|
|
|
width: 16px;
|
2012-02-24 13:00:48 -08:00
|
|
|
text-align: center;
|
2012-04-02 12:12:04 -07:00
|
|
|
overflow: hidden;
|
2012-02-24 13:00:48 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.maniphest-task-summary td.maniphest-task-batch,
|
|
|
|
|
.maniphest-task-summary td.maniphest-task-batch input {
|
|
|
|
|
cursor: pointer;
|
2011-02-08 10:53:59 -08:00
|
|
|
}
|
|
|
|
|
|
2012-04-02 10:27:31 -07:00
|
|
|
.maniphest-task-summary td.maniphest-task-batch input {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2011-02-08 10:53:59 -08:00
|
|
|
.maniphest-task-summary td.maniphest-task-number {
|
|
|
|
|
font-weight: bold;
|
2013-01-17 12:36:31 -08:00
|
|
|
color: #333;
|
|
|
|
|
width: 50px;
|
2012-04-02 10:27:31 -07:00
|
|
|
text-align: right;
|
2011-02-11 10:28:37 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.maniphest-task-summary td.maniphest-task-status {
|
2012-04-02 10:27:31 -07:00
|
|
|
width: 60px;
|
2011-02-11 10:28:37 -08:00
|
|
|
text-align: center;
|
2011-02-08 10:53:59 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.maniphest-task-summary td.maniphest-task-owner {
|
2012-02-22 22:52:45 -08:00
|
|
|
width: 100px;
|
2011-02-08 10:53:59 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.maniphest-task-summary td.maniphest-task-name {
|
|
|
|
|
font-weight: bold;
|
2011-02-24 14:40:26 -08:00
|
|
|
white-space: normal;
|
2012-04-02 12:12:04 -07:00
|
|
|
overflow: hidden;
|
2011-02-08 10:53:59 -08:00
|
|
|
}
|
|
|
|
|
|
2012-04-02 10:27:31 -07:00
|
|
|
.maniphest-task-summary td.maniphest-task-projects {
|
|
|
|
|
width: 180px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
white-space: normal;
|
2011-02-08 10:53:59 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.maniphest-task-summary td.maniphest-task-updated {
|
2012-04-02 10:27:31 -07:00
|
|
|
text-align: right;
|
|
|
|
|
width: 85px;
|
|
|
|
|
padding-right: 8px;
|
2012-02-24 13:00:48 -08:00
|
|
|
border-right-width: 1px;
|
|
|
|
|
border-right-style: solid;
|
2013-01-17 12:36:31 -08:00
|
|
|
border-right-color: #d5dadf;
|
2011-02-11 10:28:37 -08:00
|
|
|
}
|
|
|
|
|
|
2011-02-11 11:21:18 -08:00
|
|
|
.maniphest-task-summary .pri-bullet {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.maniphest-task-summary .pri-unbreak {
|
2011-02-11 13:07:02 -08:00
|
|
|
border-color: #ff0000;
|
2012-04-02 12:12:04 -07:00
|
|
|
background-color: #ff0000;
|
2011-02-11 11:21:18 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.maniphest-task-summary .pri-triage {
|
2011-02-11 13:07:02 -08:00
|
|
|
border-color: #ee00ee;
|
2012-04-02 12:12:04 -07:00
|
|
|
background-color: #ee00ee;
|
2011-02-11 11:21:18 -08:00
|
|
|
}
|
2011-02-11 13:07:02 -08:00
|
|
|
|
2011-02-11 11:21:18 -08:00
|
|
|
.maniphest-task-summary .pri-high {
|
2012-02-24 13:00:48 -08:00
|
|
|
border-color: #ff6622;
|
2012-04-02 12:12:04 -07:00
|
|
|
background-color: #ff6622;
|
2011-02-11 11:21:18 -08:00
|
|
|
}
|
2011-02-11 13:07:02 -08:00
|
|
|
|
2011-02-11 11:21:18 -08:00
|
|
|
.maniphest-task-summary .pri-normal {
|
2011-02-11 13:07:02 -08:00
|
|
|
border-color: #ffaa66;
|
2012-04-02 12:12:04 -07:00
|
|
|
background-color: #ffaa66;
|
2011-02-11 11:21:18 -08:00
|
|
|
}
|
2011-02-11 13:07:02 -08:00
|
|
|
|
2011-02-11 11:21:18 -08:00
|
|
|
.maniphest-task-summary .pri-low {
|
2011-02-11 13:07:02 -08:00
|
|
|
border-color: #eecc66;
|
2012-04-02 12:12:04 -07:00
|
|
|
background-color: #eecc66;
|
2011-02-11 11:21:18 -08:00
|
|
|
}
|
2011-02-11 13:07:02 -08:00
|
|
|
|
2011-02-11 11:21:18 -08:00
|
|
|
.maniphest-task-summary .pri-wish {
|
2011-02-11 13:07:02 -08:00
|
|
|
border-color: #0099ff;
|
2012-04-02 12:12:04 -07:00
|
|
|
background-color: #0099ff;
|
2011-02-11 11:21:18 -08:00
|
|
|
}
|
|
|
|
|
|
2011-02-11 10:28:37 -08:00
|
|
|
.maniphest-task-group-header {
|
2013-01-17 12:36:31 -08:00
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #555;
|
|
|
|
|
padding: 5px 0;
|
2013-01-20 09:14:51 -08:00
|
|
|
margin-left: 20px;
|
2011-02-08 10:53:59 -08: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-26 18:50:17 -07:00
|
|
|
|
|
|
|
|
.maniphest-total-result-count {
|
|
|
|
|
text-align: right;
|
|
|
|
|
padding-right: 2em;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
color: #666666;
|
|
|
|
|
}
|
2012-02-24 13:00:48 -08:00
|
|
|
|
|
|
|
|
.batch-editor-header {
|
2013-01-17 12:36:31 -08:00
|
|
|
font-size: 16px;
|
|
|
|
|
color: #555;
|
|
|
|
|
padding: 8px 0px;
|
2012-02-24 13:00:48 -08:00
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.maniphest-batch-editor {
|
2013-01-18 18:19:56 -08:00
|
|
|
margin: 20px;
|
2012-02-24 13:00:48 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.maniphest-batch-editor-layout {
|
|
|
|
|
width: 100%;
|
2013-01-17 12:36:31 -08:00
|
|
|
border-top: 1px solid #d5dadf;
|
|
|
|
|
background: #f4f5f8;
|
2012-02-24 13:00:48 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.maniphest-batch-editor-layout td {
|
2013-01-17 12:36:31 -08:00
|
|
|
padding: 10px 8px;
|
2012-02-24 13:00:48 -08: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;
|
|
|
|
|
color: #666666;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2012-03-05 13:51:35 -08:00
|
|
|
|
2012-04-02 12:12:04 -07:00
|
|
|
td.maniphest-active-handle {
|
|
|
|
|
cursor: move;
|
|
|
|
|
background-image: url('/rsrc/image/grippy_texture.png');
|
|
|
|
|
background-position: 3px 0px;
|
|
|
|
|
background-repeat: repeat-y;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.maniphest-subpriority-target {
|
|
|
|
|
position: relative;
|
|
|
|
|
border: 1px dashed #aaaaaa;
|
|
|
|
|
background: #f9f9f9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.maniphest-task-loading {
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.maniphest-task-dragging {
|
|
|
|
|
position: relative;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|