Show compaction indicator in message stream and timeline

This commit is contained in:
Shantur Rathore
2026-01-06 18:48:00 +00:00
parent 315abf21e6
commit 25bf313338
4 changed files with 128 additions and 16 deletions

View File

@@ -146,6 +146,16 @@
background-color: var(--surface-secondary);
}
.message-timeline-compaction-auto {
border-color: var(--session-status-compacting-fg);
background-color: var(--surface-secondary);
}
.message-timeline-compaction-manual {
border-color: var(--message-user-border);
background-color: var(--message-user-bg);
}
.message-timeline-segment-active {
background-color: #0f5b44 !important;
border-color: transparent !important;