Skip to content

Ideas for improvements #1

@Sebobo

Description

@Sebobo

Define custom nodetype filter for each tab

This is currently not possible as the filter is defined for each PageTreeNode without configuration https://github.com/neos/neos-ui/blob/6430537790c4eb9342e7a996b3f36bc4975b78b7/packages/neos-ui/src/Containers/LeftSideBar/NodeTree/Node/index.js#L402

Reimplementing the tree in this package could be a workaround but would increase the size of the package as several classes and helpers would need to be duplicated.

Separate search and filter for each tab

Search and filter are global for all tabs. Not sure yet how to give each its own context for this case.

Prevent adding sibling nodes to each tabs rootnode

This requires a custom implemented of the PageTreeNode similar to the custom nodetype filter feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions