component · chat
TuxConversationList
Left-rail conversation history grouped by temporal bucket (TODAY · YESTERDAY · THIS WEEK · …). Active item gets a 3px maroon left border and a 10%-tint background. Bucket grouping is caller-controlled.
basic
Sidebar history
<tux-conversation-list
:groups="groups"
:active-id="active"
@select="active = $event"
/>