pluralchat / src /lib /constants /treeConfig.ts
Andrew
feat(tree): Add ELK port-based layout and persona-specific branching
cb5990d
Raw
History Blame Contribute Delete
107 Bytes
export const TREE_CONFIG = {
nodeSize: 24,
iconSize: 18,
spacing: 8,
minWidth: 100,
minHeight: 50,
};