#2735: TreeNavigation.jsx
projectforge-webapp/src/containers/panel/task/TreeNavigation.jsx React component, projectforge-webapp/src/containers/panel/task/TreeNavigation.jsx 50 lines · 44 code · 0 comments · 6 blank
Tree navigation component for the task panel sidebar. Defines `TreeStatus` constants (OPENED, CLOSED, LEAF) with helper methods `isLeaf()` and `getIcon()` for rendering FontAwesome chevron icons (down/right) indicating node expand/collapse state. Used in the hierarchical task tree navigation to let users browse parent/child task relationships with visual state indicators.
Git History