mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
feat: enhance folder indexing with metadata management and improve folder structure handling in UI components
This commit is contained in:
parent
60eb1e4060
commit
ae98f64760
6 changed files with 35 additions and 3 deletions
|
|
@ -49,6 +49,7 @@ export interface FolderDisplay {
|
|||
position: string;
|
||||
parentId: number | null;
|
||||
searchSpaceId: number;
|
||||
metadata?: Record<string, unknown> | null;
|
||||
}
|
||||
|
||||
interface FolderNodeProps {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue