You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(spec+showcase): add 'tree' view type + business_unit org-chart example (#2184)
* feat(showcase): business_unit org-chart + tree view; spec gains 'tree' view type
Adds the 'tree' visualization type to the spec ListView schema (enum + a
TreeConfigSchema for parentField/labelField/fields/defaultExpandedDepth) so a
self-referencing object can be served as a tree-grid, and exercises it in the
showcase with a new showcase_business_unit object (self-referencing parent),
a 3-level org-chart seed, an 'Organization Chart' tree view, and sidebar nav.
Pairs with objectui plugin-tree (renderer). Refs objectui#1885
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* chore(changeset): @objectstack/spec tree view type
* chore(spec): record TreeConfigSchema in public API surface snapshot
---------
Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments