neos-ui
neos-ui copied to clipboard
Neos CMS UI written in ReactJS with Immutable data structures.
### Description A Inspector View can use a datasource. Here's a very simple example of this: https://github.com/flownative/neos-workspace-preview/blob/main/Configuration/NodeTypes.yaml#L9-L11 Now when a user changes it's base workspace, the datasource is not reloaded:...
... to the command handler for now. As long as the UI doesn't support a dialog for this, we fall back to the node type declaration. based on [#4994](https://github.com/neos/neos-development-collection/pull/4994) resolves...
### Description When using the Image Cropper, React issues a warning: > Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. > > *...
Currently, the CKEditor send the onChange event after user stops typing for 500ms, this results in a lot of unnecessary events that bloats the server. This adjustment was initially made...
Origin issue: https://github.com/Flowpack/Flowpack.NodeTemplates/issues/16 # Description The value of an DateTime field in creation dialog can't be given to the inspector field without cast to an DateTime object. Error message during...
If a user logs in and finds their workspace in `OUTDATED` or `OUTDATED_CONFLICT` state, they cannot publish any changes, before they have rebased their workspace.  It is possible however,...
see #3477 **What I did** **How I did it** **How to verify it**
Resolves: https://github.com/neos/neos-ui/issues/3241 In the PR: [3440](https://github.com/neos/neos-ui/pull/3440) Nodes in the document tree were converted to a link. I added that a click on the Node will push the URL change to...
WIP, this is for https://github.com/neos/neos-development-collection/pull/5148 Might still need adjustments once the other is finalized.
Resolves: #3839 https://github.com/user-attachments/assets/02c42bdc-4452-493e-bf74-9cf07408d0b2 **What I did** **How I did it** **How to verify it**