ignore: improve session timeline debugging and message display functionality

This commit is contained in:
Dax Raad
2025-10-24 15:45:26 -04:00
parent e88b659545
commit 6ff0ce8bc5
3 changed files with 15 additions and 6 deletions

View File

@@ -387,6 +387,11 @@ export default function SessionTimeline(props: { session: string; class?: string
}
}
createEffect(() => {
console.log("WHAT")
console.log(JSON.stringify(messagesWithValidParts()))
})
return (
<div
ref={setRoot}