Improve session sidebar UX and tool rendering

This commit is contained in:
Shantur Rathore
2025-11-07 22:53:45 +00:00
parent 5483932196
commit 4b2cb9d212
9 changed files with 419 additions and 203 deletions

View File

@@ -907,6 +907,10 @@ button.button-primary {
background-color: rgba(0, 128, 255, 0.22);
}
.tool-call-task-container {
padding: 12px;
}
.tool-call-task-summary {
@apply my-2 flex flex-col gap-1.5;
}
@@ -1825,11 +1829,6 @@ button.button-primary {
color: var(--text-primary);
}
.session-item-special {
color: var(--text-muted);
font-style: italic;
}
.session-item-active .session-item-close:hover {
background-color: rgba(255, 255, 255, 0.2);
}