We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695b7db commit 8631b4dCopy full SHA for 8631b4d
1 file changed
packages/ui/src/features/sessions/components/chat-thread/ChatThread.tsx
@@ -210,7 +210,7 @@ function formatTimestamp(ts: number): string {
210
}
211
212
/**
213
- * Hover-revealed timestamp rendered left-aligned under agent-side content (the end-aligned user
+ * Hover-revealed timestamp rendered right-aligned under agent-side content (the end-aligned user
214
* bubble keeps its own right-aligned footer). Sits inside a `group` container so it fades in only
215
* while that container is hovered. Shown once per completed agent turn (under the turn card)
216
* rather than on every message — per-row it was too noisy.
0 commit comments