feat: Refactor folder tree management to use FoldersManager and remove onToggle functionality

This commit is contained in:
2025-12-07 01:12:28 +01:00
parent bd1cdc0817
commit 47599aba4a
13 changed files with 165 additions and 488 deletions
+2
View File
@@ -67,6 +67,8 @@ interface FolderInfo {
export interface FolderTreeNode extends FolderInfo {
children?: FolderTreeNode[];
hasChildren?: boolean;
loaded?: boolean;
}
export interface CapabilitySetResponse {