feat: update dependencies and refactor dropdown components for improved functionality

This commit is contained in:
catlog22
2026-01-30 17:26:07 +08:00
parent a5c3dff8d3
commit e78e95049b
18 changed files with 138 additions and 96 deletions

View File

@@ -13,7 +13,6 @@ import {
RefreshCw,
Trash2,
Edit,
Eye,
Tag,
Loader2,
Copy,
@@ -264,7 +263,7 @@ export function MemoryPage() {
},
});
const { createMemory, updateMemory, deleteMemory, isCreating, isUpdating, isDeleting } =
const { createMemory, updateMemory, deleteMemory, isCreating, isUpdating } =
useMemoryMutations();
const toggleExpand = (memoryId: string) => {