Skip to content

feat: nested folder support #26

@ThayalanGR

Description

@ThayalanGR

Nested folder support

right now we have single folder support, let's have the nested folder support

IFieldKeeperItem will have the following props

folders: IFieldsKeeperFolder[]

interface IFieldsKeeperFolder {
id: string;
label: string;
icons: 'table' | 'folder'
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions