feat: enhance folder indexing with metadata management and improve folder structure handling in UI components

This commit is contained in:
Anish Sarkar 2026-04-08 16:48:40 +05:30
parent 60eb1e4060
commit ae98f64760
6 changed files with 35 additions and 3 deletions

View file

@ -49,6 +49,7 @@ export interface FolderDisplay {
position: string;
parentId: number | null;
searchSpaceId: number;
metadata?: Record<string, unknown> | null;
}
interface FolderNodeProps {