feat: bulk delete documents in nova app (#777)

![image.png](https://app.graphite.com/user-attachments/assets/aacbb007-cb5e-400c-a21e-f08a54320154.png)
This commit is contained in:
MaheshtheDev 2026-03-10 15:29:25 +00:00
parent a0514e7a44
commit 84d0fb802a
10 changed files with 501 additions and 133 deletions

View file

@ -445,9 +445,7 @@ export const MemoryGraph = ({
variant={variant}
/>
{!isLoading &&
!nodes.some((n) => n.type === "document") &&
children}
{!isLoading && !nodes.some((n) => n.type === "document") && children}
<div
className="w-full h-full relative overflow-hidden touch-none select-none"