tweak(ui): show assistant response meta on hover

Adds hover-only metadata after the assistant copy icon showing agent, provider, model, and response duration.
This commit is contained in:
David Hill
2026-02-17 15:06:53 +00:00
parent 14684d8e75
commit 57a5d5fd34
2 changed files with 51 additions and 5 deletions

View File

@@ -168,6 +168,7 @@
display: flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
opacity: 0;
pointer-events: none;
transition: opacity 0.15s ease;
@@ -179,6 +180,10 @@
}
}
[data-slot="text-part-meta"] {
user-select: none;
}
[data-slot="text-part-copy-wrapper"][data-interrupted] {
width: 100%;
justify-content: flex-end;