neos-ui
neos-ui copied to clipboard
Neos CMS UI written in ReactJS with Immutable data structures.
### Description When a table is added to an inline editor (Neos.Neos:Editable) and no text has been added to that inline editor before that, it is not possible to move...
### Description The formatting options for the inline editor (Neos.Neos:Editable) offer an option for adding tables. Adding a table creates a `` tag. With the way this is currently set...
### Description When implementing an editor one might have a reset option. To reset the value, one likely thinks that `props.commit(null)` or `props.commit(undefined)` would do the job, but they wont...
### Description: The current positioning of the user menu in the primary bar has been identified as a potential area for improvement. Considering user behavior, where the user menu is...
The MultiSelectBox in `react-ui-components` currently automatically makes all items draggable to allow changing the sorting. But this should be optional as not every use case needs this and then we...
### Description When using tables in the rich text editor in the backend it is not possible to merge cells horizontally if there is a header column. ### Steps to...
@grebaldi noticed that some dependency seems to require it which we also bundle. We should stub this and ignore it from the bundle.
### Description When a node type filter is active in the `navigateComponent`, when navigating the node tree previously filtered nodes disappear.. This is not easy to explain, here's a video...
Ports https://github.com/neos/neos-development-collection/pull/4638 to the Neos Ui, as the class was moved in Neos 9. **What I did** **How I did it** **How to verify it**