Release 3.8.2.6: perceived-speed UX — search, tray hide, core warm, SSE.
Server search/hotkeys; Windows close-to-tray; background EnsureCore; SSE status with rare poll fallback. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -548,6 +548,28 @@
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.server-toolbar .section-title { margin: 0; }
|
||||
.server-search-wrap {
|
||||
margin: 0 0 8px;
|
||||
}
|
||||
.server-search-wrap input {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid rgba(8, 90, 68, 0.18);
|
||||
background: var(--field-bg, rgba(255,255,255,.55));
|
||||
color: inherit;
|
||||
border-radius: 12px;
|
||||
padding: 9px 12px;
|
||||
font: inherit;
|
||||
font-size: .88rem;
|
||||
outline: none;
|
||||
}
|
||||
.server-search-wrap input:focus {
|
||||
border-color: rgba(37, 88, 75, 0.45);
|
||||
}
|
||||
[data-theme="dark"] .server-search-wrap input {
|
||||
background: rgba(0,0,0,.22);
|
||||
border-color: rgba(180, 220, 200, 0.14);
|
||||
}
|
||||
.server-actions {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
|
||||
Reference in New Issue
Block a user