Improved process management

This commit is contained in:
Mateusz Tymek
2026-02-14 16:57:42 +01:00
parent f2c31a0c6f
commit adc34d31f1
10 changed files with 407 additions and 78 deletions

View File

@@ -191,3 +191,18 @@
color: var(--text-muted);
font-style: italic;
}
/* Error details in settings */
.opencode-error-details {
margin-top: 12px;
padding: 10px 12px;
background-color: var(--background-secondary);
border-radius: 6px;
border-left: 3px solid var(--text-error);
}
.opencode-error-text {
color: var(--text-error);
font-size: 0.9em;
line-height: 1.4;
}