feat(desktop): show retries

This commit is contained in:
Adam
2025-12-26 14:33:57 -06:00
committed by Aiden Cline
parent 25ca8cec4d
commit 183cbc1981
3 changed files with 62 additions and 8 deletions
@@ -238,6 +238,10 @@
justify-content: space-between;
width: 100%;
gap: 20px;
[data-expandable="false"] {
pointer-events: none;
}
}
[data-slot="session-turn-file-info"] {
@@ -323,6 +327,16 @@
height: 14px;
}
}
[data-slot="session-turn-retry-message"] {
font-weight: 500;
color: var(--syntax-critical);
}
[data-slot="session-turn-retry-seconds"] {
color: var(--text-weak);
}
[data-slot="session-turn-retry-attempt"] {
color: var(--text-weak);
}
[data-slot="session-turn-details-text"] {
font-size: 13px; /* text-12-medium */