feat: enhance OneDrive folder management by adding mimeType handling and integrating DriveFolderTree component for improved UI

This commit is contained in:
Anish Sarkar 2026-03-29 03:29:31 +05:30
parent 101e426792
commit c8767272ec
10 changed files with 257 additions and 606 deletions

View file

@ -79,10 +79,6 @@ export const cacheKeys = {
folders: (connectorId: number, parentId?: string) =>
["connectors", "google-drive", connectorId, "folders", parentId] as const,
},
composioDrive: {
folders: (connectorId: number, parentId?: string) =>
["connectors", "composio-drive", connectorId, "folders", parentId] as const,
},
},
comments: {
byMessage: (messageId: number) => ["comments", "message", messageId] as const,