mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Remove no history placeholder
This commit is contained in:
@@ -196,25 +196,22 @@ const HistoryView = ({ onDone }: HistoryViewProps) => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style={{ flexGrow: 1, overflowY: "auto", margin: 0 }}>
|
<div style={{ flexGrow: 1, overflowY: "auto", margin: 0 }}>
|
||||||
{presentableTasks.length === 0 && (
|
{/* {presentableTasks.length === 0 && (
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
display: "flex",
|
|
||||||
flexDirection: "column",
|
|
||||||
justifyContent: "center",
|
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
height: "100%",
|
|
||||||
fontStyle: "italic",
|
fontStyle: "italic",
|
||||||
color: "var(--vscode-descriptionForeground)",
|
color: "var(--vscode-descriptionForeground)",
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
padding: "0px 10px",
|
padding: "0px 10px",
|
||||||
}}>
|
}}>
|
||||||
<span
|
<span
|
||||||
className="codicon codicon-archive"
|
className="codicon codicon-robot"
|
||||||
style={{ fontSize: "50px", marginBottom: "15px" }}></span>
|
style={{ fontSize: "60px", marginBottom: "10px" }}></span>
|
||||||
<div>No history found</div>
|
<div>Start a task to see it here</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)} */}
|
||||||
<Virtuoso
|
<Virtuoso
|
||||||
style={{
|
style={{
|
||||||
flexGrow: 1,
|
flexGrow: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user