fix(ui): thread header counts only queued items; label the live dot
This commit is contained in:
@@ -84,11 +84,13 @@
|
||||
open ? "p-3" : "items-center p-2"
|
||||
)}
|
||||
>
|
||||
<LiveDot
|
||||
detail={gateway.live.detail}
|
||||
label={open}
|
||||
state={gateway.live.state}
|
||||
/>
|
||||
<span title="event stream from the gateway (SSE)">
|
||||
<LiveDot
|
||||
detail={gateway.live.detail}
|
||||
label={open}
|
||||
state={gateway.live.state}
|
||||
/>
|
||||
</span>
|
||||
{#if open}
|
||||
<div class="flex items-center justify-between gap-2">
|
||||
<span class="truncate text-muted-foreground text-xs">
|
||||
|
||||
Reference in New Issue
Block a user