v1.2.2 - Fix network error on background, auto-retry streaming with reconnect

This commit is contained in:
admin
2026-05-19 15:50:45 +04:00
Unverified
parent 2e327317e4
commit 1026259a20
3831 changed files with 384316 additions and 39 deletions

View File

@@ -811,6 +811,19 @@ a:hover { text-decoration: underline; }
background: transparent;
}
.retry-btn {
background: var(--accent);
color: white;
border: none;
padding: 8px 24px;
border-radius: 20px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
transition: all var(--transition);
}
.retry-btn:hover { background: var(--accent-hover); transform: scale(1.05); }
.terminal-toggle-btn {
display: none;
align-items: center;