diff --git a/web/.gitignore b/web/.gitignore
index 0e8b17df0..c497f1068 100644
--- a/web/.gitignore
+++ b/web/.gitignore
@@ -5,3 +5,4 @@ dist
dist-ssr
*.local
src/types/proto/store
+.vscode
diff --git a/web/src/pages/Attachments.tsx b/web/src/pages/Attachments.tsx
index 6384f5c8c..421c8eb1a 100644
--- a/web/src/pages/Attachments.tsx
+++ b/web/src/pages/Attachments.tsx
@@ -1,6 +1,6 @@
import dayjs from "dayjs";
import { includes } from "lodash-es";
-import { PaperclipIcon, SearchIcon } from "lucide-react";
+import { PaperclipIcon, SearchIcon, Trash } from "lucide-react";
import { observer } from "mobx-react-lite";
import { useEffect, useState } from "react";
import { toast } from "react-hot-toast";
@@ -155,13 +155,26 @@ const Attachments = observer(() => {
{unusedAttachments.length > 0 && (
<>