feat: add shared task assignments and quick win sorting
This commit is contained in:
@@ -473,6 +473,9 @@ p {
|
||||
color: #1d4ed8;
|
||||
}
|
||||
|
||||
.status-badge--due_today,
|
||||
.status-badge--due_tomorrow,
|
||||
.status-badge--due_day_after_tomorrow,
|
||||
.status-badge--soon {
|
||||
background: #fff3d6;
|
||||
color: #b45309;
|
||||
@@ -514,6 +517,16 @@ p {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.task-assignee__avatars {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.task-assignee__avatars .avatar + .avatar {
|
||||
margin-left: -10px;
|
||||
border: 2px solid var(--surface-strong);
|
||||
}
|
||||
|
||||
.avatar {
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
@@ -903,6 +916,9 @@ p {
|
||||
border-left: 4px solid #2563eb;
|
||||
}
|
||||
|
||||
.calendar-task--due_today,
|
||||
.calendar-task--due_tomorrow,
|
||||
.calendar-task--due_day_after_tomorrow,
|
||||
.calendar-task--soon {
|
||||
border-left: 4px solid #f59e0b;
|
||||
}
|
||||
@@ -1066,6 +1082,11 @@ p {
|
||||
|
||||
.quick-win-manage-card {
|
||||
align-items: stretch;
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.quick-win-manage-card.is-dragging {
|
||||
opacity: 0.72;
|
||||
}
|
||||
|
||||
.quick-win-manage-form {
|
||||
@@ -1073,6 +1094,14 @@ p {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.quick-win-manage-card__drag {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
color: var(--muted);
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.quick-win-manage-card__actions {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
@@ -1427,6 +1456,9 @@ p {
|
||||
color: #8db7ff;
|
||||
}
|
||||
|
||||
.status-badge--due_today,
|
||||
.status-badge--due_tomorrow,
|
||||
.status-badge--due_day_after_tomorrow,
|
||||
.status-badge--soon {
|
||||
background: rgba(245, 158, 11, 0.18);
|
||||
color: #ffd38a;
|
||||
|
||||
Reference in New Issue
Block a user