diff --git a/.changeset/live-event-groups.md b/.changeset/live-event-groups.md new file mode 100644 index 0000000..50ac639 --- /dev/null +++ b/.changeset/live-event-groups.md @@ -0,0 +1,5 @@ +--- +"@jmfederico/pi-web": patch +--- + +Expand the live trailing events group while a session is active, then collapse it again once readable conversation output appears. diff --git a/src/client/src/components/ChatView.ts b/src/client/src/components/ChatView.ts index 3e41ac3..bed1a80 100644 --- a/src/client/src/components/ChatView.ts +++ b/src/client/src/components/ChatView.ts @@ -111,17 +111,18 @@ export class ChatView extends LitElement { } override render() { + const groups = this.groupedMessages(); return html`