Message timestamps in full mode, API error state, model badges on session list

This commit is contained in:
Hermes
2026-04-09 21:32:29 -05:00
parent cc8b4a0940
commit 6e7fae8031
4 changed files with 31 additions and 3 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ export default function SessionReplayPage({ params }: { params: Promise<{ id: st
)}
{visibleMessages.map((m) => (
<MessageBubble key={m.id} message={m} toolResults={toolResults} verbosity={verbosity} />
<MessageBubble key={m.id} message={m} toolResults={toolResults} verbosity={verbosity} showTimestamp={verbosity === "full"} />
))}
{visibleMessages.length === 0 && !sending && (
<p className="text-sm py-8 text-center" style={{ color: "var(--text-3)" }}>