neos-ui
neos-ui copied to clipboard
Neos CMS UI written in ReactJS with Immutable data structures.
see https://github.com/neos/neos-development-collection/pull/5082 **What I did** **How I did it** **How to verify it**
### Description After using NodeTree filter presets, the default NodeTree does not reset properly and does not allow the expanding of sub-trees, which where expanded before the filter usage. ###...
https://github.com/neos/neos-ui/assets/2522299/5177f375-a586-4c97-8511-a9b60fd4b7a9 solves: https://github.com/neos/neos-ui/issues/3761 fixes: #3785 builds on: https://github.com/neos/neos-ui/pull/3762 ### The Problem With the introduction of conflict resolution, users can synchronize their workspace with recent changes in the base workspace by...
In my tests changing the base workspace does not succeed: (at least im not able to switch back to live) This might be because the code that is bugged in...
Extends the custom `SearchOperation` such that it respects node aggregate ids Related: #3771
**What I did** With this change the minimal required nodedata for each node in the rendered content is inserted as data attribute and not as inline script anymore. This improves...
Compiled build for testing of https://github.com/neos/neos-ui/pull/3770
**What I did** As discussed in https://github.com/neos/neos-development-collection/pull/5156 references should be available separately in ClientEval **How I did it** I adjusted the logic for loading data for the right sidebar to...
The pr https://github.com/neos/neos-ui/pull/3734 fixed the behaviour in Neos 8.3 but the code was not upmergeable. The current 9.0 implementation throws many phpstan errors and is probably doomed in some way...
Currently the CI just accepts that a discard was not possible and continues. Discarding happens at the start of every tests (where the success should be asserted) And this behaviour...