mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 07:52:03 +00:00
feat(desktop): show retries
This commit is contained in:
parent
89219a77f7
commit
28aba35ff9
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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue