feat(FN-2497): merge fusion/fn-2497

This commit is contained in:
gsxdsm
2026-04-25 11:10:51 -07:00
parent b19b0005ef
commit 904ed2fbdc
6 changed files with 120 additions and 1 deletions

View File

@@ -393,6 +393,20 @@
white-space: nowrap;
}
.list-title-content {
display: inline-flex;
align-items: center;
gap: var(--space-xs);
min-width: 0;
max-width: 100%;
}
.list-title-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.list-cell-date {
font-size: 12px;
color: var(--text-muted);
@@ -476,6 +490,23 @@
color: var(--triage);
}
.list-execution-mode-badge {
display: inline-flex;
align-items: center;
padding: 2px 8px;
border-radius: var(--radius-pill);
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.4px;
line-height: 1;
}
.list-execution-mode-badge--fast {
background: color-mix(in srgb, var(--color-warning) 20%, transparent);
color: var(--color-warning);
}
/* Progress bar */
.list-cell-progress {
min-width: 100px;