Conversation History List
Chat history sidebar listing past assistant threads grouped by recency with title, snippet, timestamp, and a delete affordance.
Chat history sidebar listing past assistant threads grouped by recency with title, snippet, timestamp, and a delete affordance.
The Application Collection unlocks the source for every Application block. All Access unlocks every Collection.
Already purchased? Log in
Conversation History List is the chat sidebar panel, seven past assistant threads rendered as ruled rows and split into Today and Earlier sections. Each row carries an auto-summarized title such as Q2 renewals with open tickets or MRR breakdown by plan, a one-line snippet from the last message, a right-aligned time or date, and a trash icon that appears on hover. The first row sits active with a muted background highlight. A footer note anchors expectations: deleted conversations cannot be recovered and thread content is stored only in this workspace.
Threads live in two Group arrays so the section labels render without extra logic. The hover-revealed delete button keeps the list scannable without cluttering every row with persistent chrome.
Reach for this block as the history sidebar of an AI assistant feature, wired to your conversation index endpoint. Pair the delete button with a confirmation dialog before calling your delete API.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the assistant chat history rail. Other conversation lists:
Tip: grouping by recency (Today, Earlier, Last month) scales to long histories without pagination overhead.