chore: release v0.42.0

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Ulas Kalayci
2026-05-04 06:52:35 +02:00
parent 3b02cb1aee
commit 99a2280c02
10 changed files with 348 additions and 31 deletions
+35
View File
@@ -776,3 +776,38 @@
opacity: 0.5;
}
/* --------------------------------------------------------
Bulk selection
-------------------------------------------------------- */
.task-bulk-checkbox {
width: 20px;
height: 20px;
margin-right: var(--space-2);
cursor: pointer;
flex-shrink: 0;
}
.bulk-actions-bar {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--space-3);
padding: var(--space-3);
margin-bottom: var(--space-3);
background: var(--color-surface);
border: 1px solid var(--color-border);
border-radius: var(--radius-md);
}
.bulk-actions-bar__count {
font-weight: 600;
color: var(--color-text-primary);
}
.bulk-actions-bar__actions {
display: flex;
gap: var(--space-2);
flex-wrap: wrap;
}