Remove no history placeholder

This commit is contained in:
Saoud Rizwan
2024-09-13 01:20:39 -04:00
parent 8ab9079e4b
commit dc89face54

View File

@@ -196,25 +196,22 @@ const HistoryView = ({ onDone }: HistoryViewProps) => {
</div>
</div>
<div style={{ flexGrow: 1, overflowY: "auto", margin: 0 }}>
{presentableTasks.length === 0 && (
{/* {presentableTasks.length === 0 && (
<div
style={{
display: "flex",
flexDirection: "column",
justifyContent: "center",
alignItems: "center",
height: "100%",
fontStyle: "italic",
color: "var(--vscode-descriptionForeground)",
textAlign: "center",
padding: "0px 10px",
}}>
<span
className="codicon codicon-archive"
style={{ fontSize: "50px", marginBottom: "15px" }}></span>
<div>No history found</div>
className="codicon codicon-robot"
style={{ fontSize: "60px", marginBottom: "10px" }}></span>
<div>Start a task to see it here</div>
</div>
)}
)} */}
<Virtuoso
style={{
flexGrow: 1,